gstreamer/subprojects/gst-plugins-bad/ext/closedcaption
Seungha Yang 05496df0d1 closedcaption: Fix broken debug function macros with MSVC build
warning C4003: not enough arguments for function-like macro invocation 'warning'

G_STMT_END macro is extended to the below form with MSVC
__pragma(warning(push)) \
__pragma(warning(disable:4127)) \
while(0) \
__pragma(warning(pop))

So MSVC preprocessor will extend it further to
__pragma(VBI_CAT_LEVEL_LOG(push)) ...

Should rename warning() debug macro function therefore.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1018>
2021-10-04 23:03:20 +09:00
..
bcd.h
bit_slicer.c closedcaption: Fix broken debug function macros with MSVC build 2021-10-04 23:03:20 +09:00
bit_slicer.h
decoder.c
decoder.h
gstcccombiner.c
gstcccombiner.h
gstccconverter.c
gstccconverter.h
gstccextractor.c
gstccextractor.h
gstcea708decoder.c
gstcea708decoder.h
gstceaccoverlay.c
gstceaccoverlay.h
gstclosedcaption.c
gstline21dec.c
gstline21dec.h
gstline21enc.c
gstline21enc.h
hamm.h
io-sim.c closedcaption: Fix broken debug function macros with MSVC build 2021-10-04 23:03:20 +09:00
io-sim.h
macros.h
meson.build
misc.h closedcaption: Fix broken debug function macros with MSVC build 2021-10-04 23:03:20 +09:00
raw_decoder.c
raw_decoder.h
sampling_par.c closedcaption: Fix broken debug function macros with MSVC build 2021-10-04 23:03:20 +09:00
sampling_par.h
sliced.h