summaryrefslogtreecommitdiff
path: root/gst/aacparse
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-05-26 19:43:53 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-05-28 13:08:42 +0200
commitc07be49896edd98a8560f95961d73eccfa8c7997 (patch)
tree70b19f2282beef9e1cdaf3c69172ad9ca390bc51 /gst/aacparse
parentff6bea9231efb825df35c2e148026b459e72699e (diff)
baseparse: fix debug category
Diffstat (limited to 'gst/aacparse')
-rw-r--r--gst/aacparse/gstbaseparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/aacparse/gstbaseparse.c b/gst/aacparse/gstbaseparse.c
index 3224f445e..34d28ec20 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 */