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

ABI
Viewer

SymbolsTypes



Symbol: gst_memory_init


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_memory_init (
    GstMemory* mem,
    enum GstMemoryFlags flags,
    GstAllocator* allocator,
    GstMemory* parent,
    gsize maxsize,
    gsize align,
    gsize offset,
    gsize size
)
Type FUNC
Source gstmemory.c
Params 8
Return void
Size 254
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0memGstMemory*8%rdi
1flagsenum GstMemoryFlags4%rsi
2allocatorGstAllocator*8%rdx
3parentGstMemory*8%rcx
4maxsizegsize8%r8
5aligngsize8%r9
6offsetgsize8stack + 0
7sizegsize8stack + 8
RETURN: none


Stack frame layout

Old New
OffsetContentsType
local space,
return address,
etc.
0offsetgsize
8sizegsize
OffsetContentsType
local space,
return address,
etc.
0offsetgsize
8sizegsize


Registers usage

Old New
NameContentsType
%rdimemGstMemory*
%rsiflagsenum GstMemoryFlags
%rdxallocatorGstAllocator*
%rcxparentGstMemory*
%r8maxsizegsize
%r9aligngsize
NameContentsType
%rdimemGstMemory*
%rsiflagsenum GstMemoryFlags
%rdxallocatorGstAllocator*
%rcxparentGstMemory*
%r8maxsizegsize
%r9aligngsize







Andrey Ponomarenko's ABI laboratory