gstreamer/ext/libvisual
Jordan Petridis ef884a2c5c 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",
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/975>
2020-12-14 11:37:56 +00:00
..
meson.build doc: Port to hotdoc 2019-05-13 11:34:08 -04:00
plugin.c libvisual: workaround clang warning 2020-12-14 11:37:56 +00:00
visual.c docs: mark more plugin API 2020-06-23 14:52:21 -04:00
visual.h visual: merge audiovisalizer base classes 2015-10-01 16:05:58 +01:00