omxmpeg4videodec: Fix debug category name

This commit is contained in:
Sebastian Dröge 2011-07-12 08:29:15 +02:00
parent 0d724f58f2
commit b0154bc1fa

View file

@ -44,7 +44,7 @@ enum
/* class initialization */ /* class initialization */
#define DEBUG_INIT(bla) \ #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"); "debug category for gst-omx video decoder base class");
GST_BOILERPLATE_FULL (GstOMXMPEG4VideoDec, gst_omx_mpeg4_video_dec, GST_BOILERPLATE_FULL (GstOMXMPEG4VideoDec, gst_omx_mpeg4_video_dec,