mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
dxgiscreencapsrc: Add missing debug category init
This should've been addressed in the commit 9042062072
but I was missed it.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1383>
This commit is contained in:
parent
c1b8802c71
commit
73ddf27898
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ plugin_init (GstPlugin * plugin)
|
|||
return FALSE;
|
||||
}
|
||||
#ifdef HAVE_DXGI_CAP
|
||||
GST_DEBUG_CATEGORY_INIT (gst_dxgi_screen_cap_src_debug,
|
||||
"dxgiscreencapsrc", 0, "DirectX DXGI screen capture source");
|
||||
gst_dxgi_screen_cap_src_register (plugin, GST_RANK_NONE);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue