diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-07-22 18:01:12 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-07-22 18:04:18 +0300 |
commit | 87a97e24d4b4e63dc2fa3a3a12f9b30bfbe54368 (patch) | |
tree | 8854c3df419c53b0cb9d5042e9e3e4815031f86d /ext/ladspa | |
parent | 7e7c63737ecb9b54f16a6d651ece7c3c716b9f16 (diff) |
docs: add docs for ladspa and update plugin docs
Add also inspect files for lv2 and frei0r (no docs yet).
Diffstat (limited to 'ext/ladspa')
-rw-r--r-- | ext/ladspa/gstladspa.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index ccb20e678..b62d4c993 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -18,7 +18,16 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ - +/** + * SECTION:element-ladspa + * @short_description: bridge for ladspa (Linux Audio Developer's Simple Plugin API) + * + * The ladspa (Linux Audio Developer's Simple Plugin API) element is a bridge + * for plugins using the <ulink url="http://www.ladspa.org/">ladspa</ulink> API. + * It scans all installed ladspa plugins and registeres them as gstreamer + * elements. If available it can also parse lrdf files and use the metadata for + * element classification. + */ #ifdef HAVE_CONFIG_H #include "config.h" #endif |