baseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 21 Feb 2011 13:24:03 +0000 (13:24 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 14:44:56 +0000 (15:44 +0100)
We use it for video as well now.

libs/gst/base/gstbaseparse.c

index df7aed7..a4a312a 100644 (file)
@@ -329,7 +329,7 @@ gst_base_parse_get_type (void)
     };
 
     base_parse_type = g_type_register_static (GST_TYPE_ELEMENT,
-        "GstAudioBaseParseBad", &base_parse_info, G_TYPE_FLAG_ABSTRACT);
+        "GstBaseParseBad", &base_parse_info, G_TYPE_FLAG_ABSTRACT);
   }
   return base_parse_type;
 }