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

ABI
Viewer

SymbolsTypes



Changed Symbol: gst_debug_log_default


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_debug_log_default (
    GstDebugCategory* category,
    enum GstDebugLevel level,
    gchar const* file,
    gchar const* function,
    gint line,
    GObject* object,
    GstDebugMessage* message,
    gpointer unused
)
Type FUNC
Source gstinfo.c
Params 8
Return void
Size 979
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status CHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0categoryGstDebugCategory*8%rdi
1levelenum GstDebugLevel4%rsi
2filegchar const*8%rdx
3functiongchar const*8%rcx
4linegint4%r8
5objectGObject*8%r9
6messageGstDebugMessage*8stack + 0
7unused user_datagpointer8stack + 8
RETURN: none


Stack frame layout

Old New
OffsetContentsType
local space,
return address,
etc.
0messageGstDebugMessage*
8unusedgpointer
OffsetContentsType
local space,
return address,
etc.
0messageGstDebugMessage*
8user_datagpointer


Registers usage

Old New
NameContentsType
%rdicategoryGstDebugCategory*
%rsilevelenum GstDebugLevel
%rdxfilegchar const*
%rcxfunctiongchar const*
%r8linegint
%r9objectGObject*
NameContentsType
%rdicategoryGstDebugCategory*
%rsilevelenum GstDebugLevel
%rdxfilegchar const*
%rcxfunctiongchar const*
%r8linegint
%r9objectGObject*







Andrey Ponomarenko's ABI laboratory