mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-10 10:24:45 +00:00
This first counts ports (using the builtin slv2 functions to do so rather than manually as before), then creates descriptors for each port and finds all port groups. Only then are pad templates created (towards using group information for creating multi-channel pads). |
||
---|---|---|
.. | ||
gstlv2.c | ||
gstlv2.h | ||
Makefile.am | ||
README |
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)