Skip to content

libvisual: workaround clang warning

libvisual api expects a priv data pointer to be passed, though we know its going to be GstDebugLevel.

../subprojects/gst-plugins-base/ext/libvisual/plugin.c:33:39: error: cast to smaller integer type 'GstDebugLevel' from 'void *' [-Werror,-Wvoid-pointer-to-enum-cast]
 GST_CAT_LEVEL_LOG (libvisual_debug, (GstDebugLevel) (priv), NULL, "%s - %s",

Merge request reports