mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
omxmpeg4videodec: Fix debug category name
This commit is contained in:
parent
0d724f58f2
commit
b0154bc1fa
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue