From 246c4a7cf49cf901b853a1ce4f8d101120ba3938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 21 Feb 2011 13:24:03 +0000 Subject: [PATCH] baseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad We use it for video as well now. --- gst-libs/gst/baseparse/gstbaseparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/baseparse/gstbaseparse.c b/gst-libs/gst/baseparse/gstbaseparse.c index df7aed7dce..a4a312aa6f 100644 --- a/gst-libs/gst/baseparse/gstbaseparse.c +++ b/gst-libs/gst/baseparse/gstbaseparse.c @@ -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; }