baseparse: fix debug category

This commit is contained in:
Mark Nauwelaerts 2009-05-26 19:43:53 +02:00
parent ff6bea9231
commit c07be49896
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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, "amrbaseparse", 0,
"baseparse element");
/* TODO: Remove this once GObject supports class private data */