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

ABI
Viewer

SymbolsTypes



Symbol: gst_meta_register


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_meta_register (
    GType api,
    gchar const* impl,
    gsize size,
    GstMetaInitFunction init_func,
    GstMetaFreeFunction free_func,
    GstMetaTransformFunction transform_func
)
Type FUNC
Source gstmeta.c
Params 6
Return GstMetaInfo const*
Size 441
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0apiGType8%rdi
1implgchar const*8%rsi
2sizegsize8%rdx
3init_funcGstMetaInitFunction8%rcx
4free_funcGstMetaFreeFunction8%r8
5transform_funcGstMetaTransformFunction8%r9
RETURN
.retvalGstMetaInfo const*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.retvalGstMetaInfo const*
%rdiapiGType
%rsiimplgchar const*
%rdxsizegsize
%rcxinit_funcGstMetaInitFunction
%r8free_funcGstMetaFreeFunction
%r9transform_funcGstMetaTransformFunction
NameContentsType
%rax.retvalGstMetaInfo const*
%rdiapiGType
%rsiimplgchar const*
%rdxsizegsize
%rcxinit_funcGstMetaInitFunction
%r8free_funcGstMetaFreeFunction
%r9transform_funcGstMetaTransformFunction







Andrey Ponomarenko's ABI laboratory