summaryrefslogtreecommitdiff
path: root/sys/d3d11/gstd3d11h265dec.cpp
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2021-09-11 00:43:26 +0900
committerSeungha Yang <seungha@centricular.com>2021-09-17 00:48:45 +0900
commit4f45828641a566c2205f166426f532fcafd5f1f2 (patch)
tree3f836584fb8673deaa21b0dd1248305a7a2207ac /sys/d3d11/gstd3d11h265dec.cpp
parent48474d3cf77f91702cc2219ea17ceed881c372ae (diff)
downloadgstreamer-plugins-bad-4f45828641a566c2205f166426f532fcafd5f1f2.tar.gz
d3d11: Get rid of "extern "C"" wrapping for GST_DEBUG_CATEGORY_EXTERN
Instead, change the file defining debug category to cpp Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2525>
Diffstat (limited to 'sys/d3d11/gstd3d11h265dec.cpp')
-rw-r--r--sys/d3d11/gstd3d11h265dec.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/d3d11/gstd3d11h265dec.cpp b/sys/d3d11/gstd3d11h265dec.cpp
index 1ca92064f..00826bfaf 100644
--- a/sys/d3d11/gstd3d11h265dec.cpp
+++ b/sys/d3d11/gstd3d11h265dec.cpp
@@ -49,15 +49,9 @@
#include <d3d9.h>
#include <dxva.h>
-/* *INDENT-OFF* */
-G_BEGIN_DECLS
-
GST_DEBUG_CATEGORY_EXTERN (gst_d3d11_h265_dec_debug);
#define GST_CAT_DEFAULT gst_d3d11_h265_dec_debug
-G_END_DECLS
-/* *INDENT-ON* */
-
enum
{
PROP_0,