summaryrefslogtreecommitdiff
path: root/ext/libvisual/plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* libvisual: workaround clang warningJordan Petridis2020-12-141-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 supportEdward Hervey2014-07-111-15/+0
| | | | | | And remove the version guards that went along with it https://bugzilla.gnome.org/show_bug.cgi?id=733046
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* visual: split the plugin wrapper and the actual elementStefan Sauer2012-07-091-0/+178