From c07be49896edd98a8560f95961d73eccfa8c7997 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 26 May 2009 19:43:53 +0200 Subject: baseparse: fix debug category --- gst/aacparse/gstbaseparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/aacparse/gstbaseparse.c') diff --git a/gst/aacparse/gstbaseparse.c b/gst/aacparse/gstbaseparse.c index 3224f445..34d28ec2 100644 --- a/gst/aacparse/gstbaseparse.c +++ b/gst/aacparse/gstbaseparse.c @@ -290,7 +290,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, "flacbaseparse", 0, + GST_DEBUG_CATEGORY_INIT (gst_base_parse_debug, "aacbaseparse", 0, "baseparse element"); /* TODO: Remove this once GObject supports class private data */ -- cgit v1.2.1