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

ABI
Viewer

SymbolsTypes



Type Usage: _GstControlBinding (9)


Used As Name Used In
PARAM binding gst_object_add_control_binding (
    GstObject* object,
    GstControlBinding* binding
) »
PARAM binding gst_object_remove_control_binding (
    GstObject* object,
    GstControlBinding* binding
) »
PARAM binding gst_control_binding_sync_values (
    GstControlBinding* binding,
    GstObject* object,
    GstClockTime timestamp,
    GstClockTime last_sync
) »
PARAM binding gst_control_binding_is_disabled (
    GstControlBinding* binding
) »
PARAM binding gst_control_binding_set_disabled (
    GstControlBinding* binding,
    gboolean disabled
) »
PARAM binding gst_control_binding_get_value (
    GstControlBinding* binding,
    GstClockTime timestamp
) »
PARAM binding gst_control_binding_get_value_array (
    GstControlBinding* binding,
    GstClockTime timestamp,
    GstClockTime interval,
    guint n_values,
    gpointer values
) »
PARAM binding gst_control_binding_get_g_value_array (
    GstControlBinding* binding,
    GstClockTime timestamp,
    GstClockTime interval,
    guint n_values,
    GValue* values
) »
RETURN gst_object_get_control_binding (
    GstObject* object,
    gchar const* property_name
) »



Andrey Ponomarenko's ABI laboratory