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

ABI
Viewer

SymbolsTypes



Symbol: gst_plugin_add_dependency


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_plugin_add_dependency (
    GstPlugin* plugin,
    gchar const** env_vars,
    gchar const** paths,
    gchar const** names,
    enum GstPluginDependencyFlags flags
)
Type FUNC
Source gstplugin.c
Params 5
Return void
Size 945
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0pluginGstPlugin*8%rdi
1env_varsgchar const**8%rsi
2pathsgchar const**8%rdx
3namesgchar const**8%rcx
4flagsenum GstPluginDependencyFlags4%r8
RETURN: none


Stack frame layout

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


Registers usage

Old New
NameContentsType
%rdipluginGstPlugin*
%rsienv_varsgchar const**
%rdxpathsgchar const**
%rcxnamesgchar const**
%r8flagsenum GstPluginDependencyFlags
NameContentsType
%rdipluginGstPlugin*
%rsienv_varsgchar const**
%rdxpathsgchar const**
%rcxnamesgchar const**
%r8flagsenum GstPluginDependencyFlags







Andrey Ponomarenko's ABI laboratory