omxmpeg4videodec: Fix debug category name
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 Jul 2011 06:29:15 +0000 (08:29 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 Jul 2011 06:29:15 +0000 (08:29 +0200)
omx/gstomxmpeg4videodec.c

index f20a5ca..b70ff9f 100644 (file)
@@ -44,7 +44,7 @@ enum
 /* class initialization */
 
 #define DEBUG_INIT(bla) \
-  GST_DEBUG_CATEGORY_INIT (gst_omx_mpeg4_video_dec_debug_category, "omxvideodec", 0, \
+  GST_DEBUG_CATEGORY_INIT (gst_omx_mpeg4_video_dec_debug_category, "omxmpeg4videodec", 0, \
       "debug category for gst-omx video decoder base class");
 
 GST_BOILERPLATE_FULL (GstOMXMPEG4VideoDec, gst_omx_mpeg4_video_dec,