dxgiscreencapsrc: Add missing debug category init
This should've been addressed in the commit 90420620722d4490ecfb4ade046b95d214f993d9 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
@ -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…
x
Reference in New Issue
Block a user