From 8538d382e3efd9a7a44b268134801a223871e751 Mon Sep 17 00:00:00 2001 From: Dave Robillard Date: Mon, 10 Aug 2009 23:12:24 -0400 Subject: [PATCH] Add documentation for LV2 element. --- ext/lv2/gstlv2.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ext/lv2/gstlv2.c b/ext/lv2/gstlv2.c index fdd0292b37..d1e4d176dd 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 + * LV2 API. It scans all + * installed LV2 plugins and registers them as gstreamer elements. + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif