[regression] subprojects/gst-plugins-bad build issue (no this issue if revert c31bf2db4d86a530af0ab85a4870400b8e5aaa4b)
meson -Dprefix=/opt/gstreamer10/ -Dlibdir=/opt/gstreamer10/lib/ build ./subprojects/gst-plugins-bad/sys/nvcodec/gstcudamemorycopy.c:919:3: error: expected identifier or ‘(’ before ‘if’ 919 | if (!ret) { | ^~ ../subprojects/gst-plugins-bad/sys/nvcodec/gstcudamemorycopy.c:926:3: error: expected identifier or ‘(’ before ‘if’ 926 | if (ret) | ^~ ../subprojects/gst-plugins-bad/sys/nvcodec/gstcudamemorycopy.c:929:3: error: expected identifier or ‘(’ before ‘return’ 929 | return GST_FLOW_ERROR; | ^~~~~~ ../subprojects/gst-plugins-bad/sys/nvcodec/gstcudamemorycopy.c:930:1: error: expected identifier or ‘(’ before ‘}’ token 930 | }
if git revert c31bf2db4d86a530af0ab85a4870400b8e5aaa4b, then there is no this issue