audioparsers: rename baseparse GType name to avoid possible conflicts
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 14 Jan 2010 10:50:33 +0000 (11:50 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Wed, 27 Jan 2010 11:45:57 +0000 (12:45 +0100)
docs/plugins/gst-plugins-bad-plugins.hierarchy
gst/audioparsers/gstbaseparse.c

index 6fcfb9a..95bb1f6 100644 (file)
@@ -415,7 +415,7 @@ GObject
       GstSpeed
       GstInputSelector
       GstOutputSelector
-      GstBaseParse
+      GstAudioBaseParseBad
         GstAacParse
         GstAmrParse
         GstAc3Parse
index 9a9b988..4c9468c 100644 (file)
@@ -267,7 +267,7 @@ gst_base_parse_get_type (void)
     };
 
     base_parse_type = g_type_register_static (GST_TYPE_ELEMENT,
-        "GstBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT);
+        "GstAudioBaseParseBad", &base_parse_info, G_TYPE_FLAG_ABSTRACT);
   }
   return base_parse_type;
 }