mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
87fc038f67
in C, & is weaker than the ! operator and clang is giving the following error about it. ``` ../subprojects/gst-plugins-bad/sys/msdk/gstmsdkdec.c:731:7: error: logical not is only applied to the left hand side of this bitwise operator [-Werror,-Wlogical-not-parentheses] if (!gst_msdk_context_get_job_type (thiz->context) & GST_MSDK_JOB_DECODER) { ^ ~ ../subprojects/gst-plugins-bad/sys/msdk/gstmsdkdec.c:731:7: note: add parentheses after the '!' to evaluate the bitwise operator first if (!gst_msdk_context_get_job_type (thiz->context) & GST_MSDK_JOB_DECODER) { ^ ( ) ../subprojects/gst-plugins-bad/sys/msdk/gstmsdkdec.c:731:7: note: add parentheses around left hand side expression to silence this warning if (!gst_msdk_context_get_job_type (thiz->context) & GST_MSDK_JOB_DECODER) { ^ ( ) 1 error generated. ``` |
||
---|---|---|
.. | ||
androidmedia | ||
applemedia | ||
bluez | ||
d3d11 | ||
d3dvideosink | ||
decklink | ||
directsound | ||
dshowdecwrapper | ||
dshowsrcwrapper | ||
dshowvideosink | ||
dvb | ||
fbdev | ||
ipcpipeline | ||
kms | ||
magicleap | ||
msdk | ||
nvcodec | ||
opensles | ||
shm | ||
tinyalsa | ||
uvch264 | ||
v4l2codecs | ||
wasapi | ||
winks | ||
winscreencap | ||
meson.build |