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

ABI
Viewer

SymbolsTypes



Type Usage: _GstBin (18)


Used As Name Used In
PARAM bin gst_bin_add (
    GstBin* bin,
    GstElement* element
) »
PARAM bin gst_bin_remove (
    GstBin* bin,
    GstElement* element
) »
PARAM bin gst_bin_iterate_elements (
    GstBin* bin
) »
PARAM bin gst_bin_add_many (
    GstBin* bin,
    GstElement* element_1,
    ... 
) »
PARAM bin gst_bin_remove_many (
    GstBin* bin,
    GstElement* element_1,
    ... 
) »
PARAM bin gst_bin_iterate_recurse (
    GstBin* bin
) »
PARAM bin gst_bin_iterate_sinks (
    GstBin* bin
) »
PARAM bin gst_bin_find_unlinked_pad (
    GstBin* bin,
    enum GstPadDirection direction
) »
PARAM bin gst_bin_iterate_sources (
    GstBin* bin
) »
PARAM bin gst_bin_iterate_sorted (
    GstBin* bin
) »
PARAM bin gst_bin_recalculate_latency (
    GstBin* bin
) »
PARAM bin gst_bin_get_by_name (
    GstBin* bin,
    gchar const* name
) »
PARAM bin gst_bin_get_by_name_recurse_up (
    GstBin* bin,
    gchar const* name
) »
PARAM bin gst_bin_get_by_interface (
    GstBin* bin,
    GType iface
) »
PARAM bin gst_bin_iterate_all_by_interface (
    GstBin* bin,
    GType iface
) »
PARAM bin gst_debug_bin_to_dot_file (
    GstBin* bin,
    enum GstDebugGraphDetails details,
    gchar const* file_name
) »
PARAM bin gst_debug_bin_to_dot_file_with_ts (
    GstBin* bin,
    enum GstDebugGraphDetails details,
    gchar const* file_name
) »
FIELD .bin struct _GstPipeline {
    GstBin bin,
    GstClock* fixed_clock,
    GstClockTime stream_time,
    GstClockTime delay,
    GstPipelinePrivate* priv,
    gpointer[4] _gst_reserved
} »



Andrey Ponomarenko's ABI laboratory