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

ABI
Viewer

SymbolsTypes



Type Usage: GstMapFlags (6)


Used As Name Used In
PARAM flags gst_buffer_map_range (
    GstBuffer* buffer,
    guint idx,
    gint length,
    GstMapInfo* info,
    enum GstMapFlags flags
) »
PARAM flags gst_buffer_map (
    GstBuffer* buffer,
    GstMapInfo* info,
    enum GstMapFlags flags
) »
PARAM flags gst_memory_make_mapped (
    GstMemory* mem,
    GstMapInfo* info,
    enum GstMapFlags flags
) »
PARAM flags gst_memory_map (
    GstMemory* mem,
    GstMapInfo* info,
    enum GstMapFlags flags
) »
FIELD .flags struct GstMapInfo {
    GstMemory* memory,
    enum GstMapFlags flags,
    guint8* data,
    gsize size,
    gsize maxsize,
    gpointer[4] user_data,
    gpointer[4] _gst_reserved
} »
F-PTR
PARAM
3rd parameter gpointer(*) {
    GstMemory*,
    gsize,
    enum GstMapFlags
} »



Andrey Ponomarenko's ABI laboratory