mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
fa47a5ff3a
Gracefully handle plugins with illegal groups that contain no symbol by treating ports in that group normally (i.e. as if they weren't part of a group). The port groups spec mandates that groups have a valid unique symbol, but plugins aren't perfect... Make (conceptually) static plugin variables actually (C) static, and clean up SLV2 related things with a GCC shared library destructor, if GCC is in use. |
||
---|---|---|
.. | ||
calf-lv2-port-groups.patch | ||
gstlv2.c | ||
gstlv2.h | ||
Makefile.am | ||
README | ||
swh-lv2-port-groups.patch |
Gst-LV2 Quickstart Dependencies: SLV2 0.6.* <http://drobilla.net/software/slv2> Which in turn depends on: librdf (redland) >= 1.0.6 <http://librdf.org> Example Pipeline: Requires swh-lv2 <http://plugin.org.uk/releases/> gst-launch-0.10 -v filesrc location=/usr/share/sounds/login.wav ! wavparse ! audioconvert ! http---plugin-org-uk-swh-plugins-djFlanger ! audioconvert ! alsasink (A longer wav will be a better example)