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

ABI
Viewer

SymbolsTypes



Symbol: gst_element_make_from_uri


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature gst_element_make_from_uri (
    GstURIType const type,
    gchar const* uri,
    gchar const* elementname,
    GError** error
)
Type FUNC
Source gsturi.c
Params 4
Return GstElement*
Size 1021
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0typeGstURIType const4%rdi
1urigchar const*8%rsi
2elementnamegchar const*8%rdx
3errorGError**8%rcx
RETURN
.retvalGstElement*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.retvalGstElement*
%rditypeGstURIType const
%rsiurigchar const*
%rdxelementnamegchar const*
%rcxerrorGError**
NameContentsType
%rax.retvalGstElement*
%rditypeGstURIType const
%rsiurigchar const*
%rdxelementnamegchar const*
%rcxerrorGError**







Andrey Ponomarenko's ABI laboratory