mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
qsv: Fix debug category name of qsvallocator
Remove gst prefix to make $env:GST_DEBUG="qsv*:6" work for qsvallocator as well Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1769>
This commit is contained in:
parent
108846ed97
commit
20328914dc
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_DEBUG_CATEGORY_INIT (gst_qsv_encoder_debug,
|
||||
"qsvencoder", 0, "qsvencoder");
|
||||
GST_DEBUG_CATEGORY_INIT (gst_qsv_allocator_debug,
|
||||
"gstqsvallocator", 0, "gstqsvallocator");
|
||||
"qsvallocator", 0, "qsvallocator");
|
||||
GST_DEBUG_CATEGORY_INIT (gst_qsv_h264_enc_debug,
|
||||
"qsvh264enc", 0, "qsvh264enc");
|
||||
GST_DEBUG_CATEGORY_INIT (gst_qsv_h265_enc_debug,
|
||||
|
|
Loading…
Reference in a new issue