diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2009-05-26 19:43:53 +0200 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2009-05-28 13:08:42 +0200 |
commit | c07be49896edd98a8560f95961d73eccfa8c7997 (patch) | |
tree | 70b19f2282beef9e1cdaf3c69172ad9ca390bc51 /gst | |
parent | ff6bea9231efb825df35c2e148026b459e72699e (diff) | |
download | gst-plugins-bad-c07be49896edd98a8560f95961d73eccfa8c7997.tar.gz gst-plugins-bad-c07be49896edd98a8560f95961d73eccfa8c7997.tar.bz2 gst-plugins-bad-c07be49896edd98a8560f95961d73eccfa8c7997.zip |
baseparse: fix debug category
Diffstat (limited to 'gst')
-rw-r--r-- | gst/aacparse/gstbaseparse.c | 2 | ||||
-rw-r--r-- | gst/amrparse/gstbaseparse.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 */ diff --git a/gst/amrparse/gstbaseparse.c b/gst/amrparse/gstbaseparse.c index 7483c2b9..e0f1f4d7 100644 --- a/gst/amrparse/gstbaseparse.c +++ b/gst/amrparse/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, "amrbaseparse", 0, "baseparse element"); /* TODO: Remove this once GObject supports class private data */ |