gstreamer/ext
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
..
alsa alsa: allow per feature registration 2020-12-10 13:01:57 +00:00
cdparanoia plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:41:17 +02:00
gl glimagesink: Avoid assert in query. 2020-12-04 00:40:12 +08:00
libvisual libvisual: workaround clang warning 2020-12-14 11:37:56 +00:00
ogg ogg: allow per feature registration 2020-12-10 13:01:57 +00:00
opus opus: disable docs option in meson fallback 2020-11-26 17:37:01 +01:00
pango timeoverlay: Add elapsed-running-time mode 2020-10-08 23:51:02 +03:00
theora theoradec: Set telemetry options only if they are nonzero 2020-10-22 08:05:20 +00:00
vorbis vorbis: drop unneeded check for vorbis_synthesis_restart() 2019-12-09 07:33:55 +00:00
meson.build meson: Remove outdated msvc-specific disabling code 2019-02-21 19:19:09 +05:30