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

ABI
Viewer

SymbolsTypes



Type Usage: GstMemoryFlags (4)


Used As Name Used In
PARAM flags gst_buffer_new_wrapped_full (
    enum GstMemoryFlags flags,
    gpointer data,
    gsize maxsize,
    gsize offset,
    gsize size,
    gpointer user_data,
    GDestroyNotify notify
) »
PARAM flags gst_memory_new_wrapped (
    enum GstMemoryFlags flags,
    gpointer data,
    gsize maxsize,
    gsize offset,
    gsize size,
    gpointer user_data,
    GDestroyNotify notify
) »
PARAM flags gst_memory_init (
    GstMemory* mem,
    enum GstMemoryFlags flags,
    GstAllocator* allocator,
    GstMemory* parent,
    gsize maxsize,
    gsize align,
    gsize offset,
    gsize size
) »
FIELD .flags struct _GstAllocationParams {
    enum GstMemoryFlags flags,
    gsize align,
    gsize prefix,
    gsize padding,
    gpointer[4] _gst_reserved
} »



Andrey Ponomarenko's ABI laboratory