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:
Seungha Yang 2020-06-30 02:48:50 +09:00
parent c1b8802c71
commit 73ddf27898

View file

@ -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