mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
v4l2slvp8dec: Fix debug category name
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1245>
This commit is contained in:
parent
75289d83a1
commit
ffd74fb5ec
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ struct _GstV4l2CodecVp8Dec
|
||||||
|
|
||||||
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstV4l2CodecVp8Dec,
|
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstV4l2CodecVp8Dec,
|
||||||
gst_v4l2_codec_vp8_dec, GST_TYPE_VP8_DECODER,
|
gst_v4l2_codec_vp8_dec, GST_TYPE_VP8_DECODER,
|
||||||
GST_DEBUG_CATEGORY_INIT (v4l2_vp8dec_debug, "v4l2codecs-h264dec", 0,
|
GST_DEBUG_CATEGORY_INIT (v4l2_vp8dec_debug, "v4l2codecs-vp8dec", 0,
|
||||||
"V4L2 stateless VP8 decoder"));
|
"V4L2 stateless VP8 decoder"));
|
||||||
#define parent_class gst_v4l2_codec_vp8_dec_parent_class
|
#define parent_class gst_v4l2_codec_vp8_dec_parent_class
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue