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

ABI
Viewer

SymbolsTypes



Symbol: gst_event_new_qos


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_event_new_qos (
    enum GstQOSType type,
    gdouble proportion,
    GstClockTimeDiff diff,
    GstClockTime timestamp
)
Type FUNC
Source gstevent.c
Params 4
Return GstEvent*
Size 580
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0typeenum GstQOSType4%rdi
1proportiongdouble8%xmm0
2diffGstClockTimeDiff8%rsi
3timestampGstClockTime8%rdx
RETURN
.retvalGstEvent*8%rax


Stack frame layout

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


Registers usage

Old New
NameContentsType
%rax.retvalGstEvent*
%rditypeenum GstQOSType
%xmm0proportiongdouble
%rsidiffGstClockTimeDiff
%rdxtimestampGstClockTime
NameContentsType
%rax.retvalGstEvent*
%rditypeenum GstQOSType
%xmm0proportiongdouble
%rsidiffGstClockTimeDiff
%rdxtimestampGstClockTime







Andrey Ponomarenko's ABI laboratory