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

ABI
Viewer

SymbolsTypes



Symbol: gst_proxy_pad_getrange_default


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_proxy_pad_getrange_default (
    GstPad* pad,
    GstObject* parent,
    guint64 offset,
    guint size,
    GstBuffer** buffer
)
Type FUNC
Source gstghostpad.c
Params 5
Return enum GstFlowReturn
Size 236
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0padGstPad*8%rdi
1parentGstObject*8%rsi
2offsetguint648%rdx
3sizeguint4%rcx
4bufferGstBuffer**8%r8
RETURN
.retvalenum GstFlowReturn4%rax


Stack frame layout

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


Registers usage

Old New
NameContentsType
%rax.retvalenum GstFlowReturn
%rdipadGstPad*
%rsiparentGstObject*
%rdxoffsetguint64
%rcxsizeguint
%r8bufferGstBuffer**
NameContentsType
%rax.retvalenum GstFlowReturn
%rdipadGstPad*
%rsiparentGstObject*
%rdxoffsetguint64
%rcxsizeguint
%r8bufferGstBuffer**







Andrey Ponomarenko's ABI laboratory