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_create_stream_id_printf


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_pad_create_stream_id_printf (
    GstPad* pad,
    GstElement* parent,
    gchar const* stream_id,
    ... 
)
Type FUNC
Source gstutils.c
Params 4
Return gchar*
Size 138
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0padGstPad*8%rdi
1parentGstElement*8%rsi
2stream_idgchar const*8%rdx
3.........stack + n
RETURN
.retvalgchar*8%rax


Stack frame layout

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


Registers usage

Old New
NameContentsType
%rax.retvalgchar*
%rdipadGstPad*
%rsiparentGstElement*
%rdxstream_idgchar const*
NameContentsType
%rax.retvalgchar*
%rdipadGstPad*
%rsiparentGstElement*
%rdxstream_idgchar const*







Andrey Ponomarenko's ABI laboratory