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
..
2021-09-29 17:52:59 +00:00
2021-09-26 01:07:02 +01:00
2021-09-28 10:11:15 +10:00
2021-09-28 10:11:15 +10:00
2021-09-28 10:11:15 +10:00
2021-09-26 01:07:02 +01:00
2020-05-02 09:55:12 +00:00
2021-01-14 19:16:01 +00:00
2020-07-25 13:44:26 +01:00
2021-06-30 10:01:04 -04:00
2020-04-03 10:15:09 +02:00
2020-10-26 12:13:12 +00:00
2021-08-26 15:59:08 +03:00
2020-05-31 11:11:18 +01:00
2020-11-16 19:23:20 +00:00
2021-08-08 19:42:24 +01:00
2021-08-24 20:52:06 +00:00