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

ABI
Viewer

SymbolsTypes



Added Symbol: gst_clock_adjust_with_calibration


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_clock_adjust_with_calibration (
    GstClock* clock,
    GstClockTime internal_target,
    GstClockTime cinternal,
    GstClockTime cexternal,
    GstClockTime cnum,
    GstClockTime cdenom
)
Type FUNC
Source gstclock.c
Params 6
Return GstClockTime
Size 133
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0clockGstClock*8%rdi
1internal_targetGstClockTime8%rsi
2cinternalGstClockTime8%rdx
3cexternalGstClockTime8%rcx
4cnumGstClockTime8%r8
5cdenomGstClockTime8%r9
RETURN
.retvalGstClockTime8%rax


Stack frame layout

OffsetContentsType
local space,
return address,
etc.


Registers usage

NameContentsType
%rax.retvalGstClockTime
%rdiclockGstClock*
%rsiinternal_targetGstClockTime
%rdxcinternalGstClockTime
%rcxcexternalGstClockTime
%r8cnumGstClockTime
%r9cdenomGstClockTime







Andrey Ponomarenko's ABI laboratory