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

ABI
Viewer

SymbolsTypes



Type Usage: GstURIType (5)


Used As Name Used In
PARAM type gst_uri_protocol_is_supported (
    GstURIType const type,
    gchar const* protocol
) »
PARAM type gst_element_make_from_uri (
    GstURIType const type,
    gchar const* uri,
    gchar const* elementname,
    GError** error
) »
RETURN gst_uri_handler_get_uri_type (
    GstURIHandler* handler
) »
RETURN gst_element_factory_get_uri_type (
    GstElementFactory* factory
) »
FIELD .uri_type struct _GstElementFactory {
    GstPluginFeature parent,
    GType type,
    gpointer metadata,
    GList* staticpadtemplates,
    guint numpadtemplates,
    enum GstURIType uri_type,
    gchar** uri_protocols,
    GList* interfaces,
    gpointer[4] _gst_reserved
} »



Andrey Ponomarenko's ABI laboratory