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

ABI
Viewer

SymbolsTypes



Symbol: gst_device_provider_register


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_device_provider_register (
    GstPlugin* plugin,
    gchar const* name,
    guint rank,
    GType type
)
Type FUNC
Source gstdeviceproviderfactory.c
Params 4
Return gboolean
Size 1017
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0pluginGstPlugin*8%rdi
1namegchar const*8%rsi
2rankguint4%rdx
3typeGType8%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
%rdipluginGstPlugin*
%rsinamegchar const*
%rdxrankguint
%rcxtypeGType
NameContentsType
%rax.retvalgboolean
%rdipluginGstPlugin*
%rsinamegchar const*
%rdxrankguint
%rcxtypeGType







Andrey Ponomarenko's ABI laboratory