Diff:
libgstreamer-1.0.so 1.4.5 (x86_64)
libgstreamer-1.0.so 1.5.1 (x86_64)

ABI
Viewer

SymbolsTypes



Symbol: gst_pad_add_probe


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_pad_add_probe (
    GstPad* pad,
    enum GstPadProbeType mask,
    GstPadProbeCallback callback,
    gpointer user_data,
    GDestroyNotify destroy_data
)
Type FUNC
Source gstpad.c
Params 5
Return gulong
Size 1524
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0padGstPad*8%rdi
1maskenum GstPadProbeType4%rsi
2callbackGstPadProbeCallback8%rdx
3user_datagpointer8%rcx
4destroy_dataGDestroyNotify8%r8
RETURN
.retvalgulong8%rax


Stack frame layout

Old New
OffsetContentsType
local space,
return address,
etc.
OffsetContentsType
local space,
return address,
etc.


Registers usage

Old New
NameContentsType
%rax.retvalgulong
%rdipadGstPad*
%rsimaskenum GstPadProbeType
%rdxcallbackGstPadProbeCallback
%rcxuser_datagpointer
%r8destroy_dataGDestroyNotify
NameContentsType
%rax.retvalgulong
%rdipadGstPad*
%rsimaskenum GstPadProbeType
%rdxcallbackGstPadProbeCallback
%rcxuser_datagpointer
%r8destroy_dataGDestroyNotify







Andrey Ponomarenko's ABI laboratory