From e9da652db6b964e4cae0372a9c0cfc77287128f5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 13 Nov 2008 14:21:39 +0000 Subject: [PATCH] gst/: Fix baseparse type name. Original commit message from CVS: * gst/aacparse/gstbaseparse.c: * gst/amrparse/gstbaseparse.c: Fix baseparse type name. --- gst/aacparse/gstbaseparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/aacparse/gstbaseparse.c b/gst/aacparse/gstbaseparse.c index 18b396c3bf..258199cdbb 100644 --- a/gst/aacparse/gstbaseparse.c +++ b/gst/aacparse/gstbaseparse.c @@ -245,7 +245,7 @@ gst_base_parse_get_type (void) }; base_parse_type = g_type_register_static (GST_TYPE_ELEMENT, - "GstFlacBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT); + "GstAacBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT); } return base_parse_type; }