baseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad

We use it for video as well now.
This commit is contained in:
Tim-Philipp Müller 2011-02-21 13:24:03 +00:00
parent 715529c963
commit 246c4a7cf4

View file

@ -329,7 +329,7 @@ gst_base_parse_get_type (void)
}; };
base_parse_type = g_type_register_static (GST_TYPE_ELEMENT, 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; return base_parse_type;
} }