diff options
author | Dave Robillard <dave@drobilla.net> | 2009-08-10 23:12:24 -0400 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-09-17 09:46:49 +0300 |
commit | 8538d382e3efd9a7a44b268134801a223871e751 (patch) | |
tree | ad9b9927212e3c156eca4c33e886c290871d7ebd /ext/lv2 | |
parent | d051620fcc91dc306e4a73e535d4b63baac03ee3 (diff) |
Add documentation for LV2 element.
Diffstat (limited to 'ext/lv2')
-rw-r--r-- | ext/lv2/gstlv2.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/lv2/gstlv2.c b/ext/lv2/gstlv2.c index fdd0292b3..d1e4d176d 100644 --- a/ext/lv2/gstlv2.c +++ b/ext/lv2/gstlv2.c @@ -19,6 +19,19 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:element-lv2 + * @short_description: bridge for LV2. + * + * LV2 is a standard for plugins and matching host applications, + * mainly targeted at audio processing and generation. It is intended as + * a successor to LADSPA (Linux Audio Developer's Simple Plugin API). + * + * The LV2 element is a bridge for plugins using the + * <ulink url="http://www.lv2plug.in/">LV2</ulink> API. It scans all + * installed LV2 plugins and registers them as gstreamer elements. + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif |