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_new_step_done


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_message_new_step_done (
    GstObject* src,
    enum GstFormat format,
    guint64 amount,
    gdouble rate,
    gboolean flush,
    gboolean intermediate,
    guint64 duration,
    gboolean eos
)
Type FUNC
Source gstmessage.c
Params 8
Return GstMessage*
Size 231
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0srcGstObject*8%rdi
1formatenum GstFormat4%rsi
2amountguint648%rdx
3rategdouble8%xmm0
4flushgboolean4%rcx
5intermediategboolean4%r8
6durationguint648%r9
7eosgboolean4stack + 0
RETURN
.retvalGstMessage*8%rax


Stack frame layout

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


Registers usage

Old New
NameContentsType
%rax.retvalGstMessage*
%rdisrcGstObject*
%rsiformatenum GstFormat
%rdxamountguint64
%xmm0rategdouble
%rcxflushgboolean
%r8intermediategboolean
%r9durationguint64
NameContentsType
%rax.retvalGstMessage*
%rdisrcGstObject*
%rsiformatenum GstFormat
%rdxamountguint64
%xmm0rategdouble
%rcxflushgboolean
%r8intermediategboolean
%r9durationguint64







Andrey Ponomarenko's ABI laboratory