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

ABI
Viewer

SymbolsTypes



Symbol: gst_message_parse_step_done


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_message_parse_step_done (
    GstMessage* message,
    GstFormat* format,
    guint64* amount,
    gdouble* rate,
    gboolean* flush,
    gboolean* intermediate,
    guint64* duration,
    gboolean* eos
)
Type FUNC
Source gstmessage.c
Params 8
Return void
Size 356
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0messageGstMessage*8%rdi
1formatGstFormat*8%rsi
2amountguint64*8%rdx
3rategdouble*8%rcx
4flushgboolean*8%r8
5intermediategboolean*8%r9
6durationguint64*8stack + 0
7eosgboolean*8stack + 8
RETURN: none


Stack frame layout

Old New
OffsetContentsType
local space,
return address,
etc.
0durationguint64*
8eosgboolean*
OffsetContentsType
local space,
return address,
etc.
0durationguint64*
8eosgboolean*


Registers usage

Old New
NameContentsType
%rdimessageGstMessage*
%rsiformatGstFormat*
%rdxamountguint64*
%rcxrategdouble*
%r8flushgboolean*
%r9intermediategboolean*
NameContentsType
%rdimessageGstMessage*
%rsiformatGstFormat*
%rdxamountguint64*
%rcxrategdouble*
%r8flushgboolean*
%r9intermediategboolean*







Andrey Ponomarenko's ABI laboratory