| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libvisual: workaround clang warning | Jordan Petridis | 2020-12-14 | 1 | -6/+7 |
| | | | | | | | | | | | | | 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> | ||||
| * | libvisual: Remove < 0.4 support | Edward Hervey | 2014-07-11 | 1 | -15/+0 |
| | | | | | | | And remove the version guards that went along with it https://bugzilla.gnome.org/show_bug.cgi?id=733046 | ||||
| * | Fix FSF address | Tim-Philipp Müller | 2012-11-03 | 1 | -2/+2 |
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
| * | visual: split the plugin wrapper and the actual element | Stefan Sauer | 2012-07-09 | 1 | -0/+178 |
