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

ABI
Viewer

SymbolsTypes



Type Usage: _GstRegistry (19)


Used As Name Used In
PARAM registry gst_registry_plugin_filter (
    GstRegistry* registry,
    GstPluginFilter filter,
    gboolean first,
    gpointer user_data
) »
PARAM registry gst_registry_find_feature (
    GstRegistry* registry,
    gchar const* name,
    GType type
) »
PARAM registry gst_registry_lookup_feature (
    GstRegistry* registry,
    char const* name
) »
PARAM registry gst_registry_add_feature (
    GstRegistry* registry,
    GstPluginFeature* feature
) »
PARAM registry gst_registry_feature_filter (
    GstRegistry* registry,
    GstPluginFeatureFilter filter,
    gboolean first,
    gpointer user_data
) »
PARAM registry gst_registry_add_plugin (
    GstRegistry* registry,
    GstPlugin* plugin
) »
PARAM registry gst_registry_lookup (
    GstRegistry* registry,
    char const* filename
) »
PARAM registry gst_registry_find_plugin (
    GstRegistry* registry,
    gchar const* name
) »
PARAM registry gst_registry_remove_plugin (
    GstRegistry* registry,
    GstPlugin* plugin
) »
PARAM registry gst_registry_remove_feature (
    GstRegistry* registry,
    GstPluginFeature* feature
) »
PARAM registry gst_registry_get_feature_list (
    GstRegistry* registry,
    GType type
) »
PARAM registry gst_registry_get_plugin_list (
    GstRegistry* registry
) »
PARAM registry gst_registry_scan_path (
    GstRegistry* registry,
    gchar const* path
) »
PARAM registry gst_registry_get_feature_list_by_plugin (
    GstRegistry* registry,
    gchar const* name
) »
PARAM registry gst_registry_check_feature_version (
    GstRegistry* registry,
    gchar const* feature_name,
    guint min_major,
    guint min_minor,
    guint min_micro
) »
PARAM registry gst_registry_get_feature_list_cookie (
    GstRegistry* registry
) »
RETURN gst_registry_get ( ) »
FIELD .registry struct _GstPluginLoader {
    GstRegistry* registry,
    GstPoll* fdset,
    gboolean child_running,
    ...
} »
F-PTR
PARAM
1st parameter GstPluginLoader*(*) {
    GstRegistry*
} »



Andrey Ponomarenko's ABI laboratory