From 186344c3971dd629bea44378eef1a35521ccd403 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 27 Nov 2009 17:27:32 +0100 Subject: [PATCH] audioparsers: reference GstBaseParse now lives here --- gst/audioparsers/gstbaseparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/audioparsers/gstbaseparse.c b/gst/audioparsers/gstbaseparse.c index 70fcd972da..7e5c937b96 100644 --- a/gst/audioparsers/gstbaseparse.c +++ b/gst/audioparsers/gstbaseparse.c @@ -262,7 +262,7 @@ gst_base_parse_get_type (void) }; base_parse_type = g_type_register_static (GST_TYPE_ELEMENT, - "GstAacBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT); + "GstBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT); } return base_parse_type; } @@ -311,7 +311,7 @@ gst_base_parse_base_init (gpointer g_class) GstBaseParseClass *klass = GST_BASE_PARSE_CLASS (g_class); GstBaseParseClassPrivate *priv; - GST_DEBUG_CATEGORY_INIT (gst_base_parse_debug, "aacbaseparse", 0, + GST_DEBUG_CATEGORY_INIT (gst_base_parse_debug, "baseparse", 0, "baseparse element"); /* TODO: Remove this once GObject supports class private data */