diff options
author | Seungha Yang <seungha@centricular.com> | 2021-09-11 00:43:26 +0900 |
---|---|---|
committer | Seungha Yang <seungha@centricular.com> | 2021-09-17 00:48:45 +0900 |
commit | 4f45828641a566c2205f166426f532fcafd5f1f2 (patch) | |
tree | 3f836584fb8673deaa21b0dd1248305a7a2207ac /sys/d3d11/gstd3d11h264dec.cpp | |
parent | 48474d3cf77f91702cc2219ea17ceed881c372ae (diff) | |
download | gstreamer-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/gstd3d11h264dec.cpp')
-rw-r--r-- | sys/d3d11/gstd3d11h264dec.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/d3d11/gstd3d11h264dec.cpp b/sys/d3d11/gstd3d11h264dec.cpp index 08adb6237..f1a3d548f 100644 --- a/sys/d3d11/gstd3d11h264dec.cpp +++ b/sys/d3d11/gstd3d11h264dec.cpp @@ -79,15 +79,9 @@ #include <d3d9.h> #include <dxva.h> -/* *INDENT-OFF* */ -G_BEGIN_DECLS - GST_DEBUG_CATEGORY_EXTERN (gst_d3d11_h264_dec_debug); #define GST_CAT_DEFAULT gst_d3d11_h264_dec_debug -G_END_DECLS -/* *INDENT-ON* */ - enum { PROP_0, |