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

ABI
Viewer

SymbolsTypes



Symbol: gst_element_seek_simple


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_element_seek_simple (
    GstElement* element,
    enum GstFormat format,
    enum GstSeekFlags seek_flags,
    gint64 seek_pos
)
Type FUNC
Source gstutils.c
Params 4
Return gboolean
Size 234
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0elementGstElement*8%rdi
1formatenum GstFormat4%rsi
2seek_flagsenum GstSeekFlags4%rdx
3seek_posgint648%rcx
RETURN
.retvalgboolean4%rax


Stack frame layout

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


Registers usage

Old New
NameContentsType
%rax.retvalgboolean
%rdielementGstElement*
%rsiformatenum GstFormat
%rdxseek_flagsenum GstSeekFlags
%rcxseek_posgint64
NameContentsType
%rax.retvalgboolean
%rdielementGstElement*
%rsiformatenum GstFormat
%rdxseek_flagsenum GstSeekFlags
%rcxseek_posgint64







Andrey Ponomarenko's ABI laboratory