From 1a7390c85cae295705376e6aa0c39586abe8b7ba Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Mon, 18 Sep 2023 22:56:31 +0900 Subject: [PATCH] d3d12: Remove unused debug category Part-of: --- subprojects/gst-plugins-bad/sys/d3d12/plugin.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/subprojects/gst-plugins-bad/sys/d3d12/plugin.cpp b/subprojects/gst-plugins-bad/sys/d3d12/plugin.cpp index 6f29b237b5..4a5eb8e622 100644 --- a/subprojects/gst-plugins-bad/sys/d3d12/plugin.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d12/plugin.cpp @@ -37,7 +37,6 @@ using namespace Microsoft::WRL; GST_DEBUG_CATEGORY (gst_d3d12_debug); GST_DEBUG_CATEGORY (gst_d3d12_allocator_debug); -GST_DEBUG_CATEGORY (gst_d3d12_command_list_debug); GST_DEBUG_CATEGORY (gst_d3d12_decoder_debug); GST_DEBUG_CATEGORY (gst_d3d12_fence_debug); GST_DEBUG_CATEGORY (gst_d3d12_format_debug); @@ -51,8 +50,6 @@ plugin_init (GstPlugin * plugin) GST_DEBUG_CATEGORY_INIT (gst_d3d12_debug, "d3d12", 0, "d3d12"); GST_DEBUG_CATEGORY_INIT (gst_d3d12_allocator_debug, "d3d12allocator", 0, "d3d12allocator"); - GST_DEBUG_CATEGORY_INIT (gst_d3d12_command_list_debug, "d3d12commandlist", 0, - "d3d12commandlist"); GST_DEBUG_CATEGORY_INIT (gst_d3d12_decoder_debug, "d3d12decoder", 0, "d3d12decoder"); GST_DEBUG_CATEGORY_INIT (gst_d3d12_fence_debug, "d3d12fence", 0,