summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-07-22 18:01:12 +0300
committerStefan Kost <ensonic@users.sf.net>2009-07-22 18:04:18 +0300
commit87a97e24d4b4e63dc2fa3a3a12f9b30bfbe54368 (patch)
tree8854c3df419c53b0cb9d5042e9e3e4815031f86d /ext
parent7e7c63737ecb9b54f16a6d651ece7c3c716b9f16 (diff)
downloadgst-plugins-bad-87a97e24d4b4e63dc2fa3a3a12f9b30bfbe54368.tar.gz
gst-plugins-bad-87a97e24d4b4e63dc2fa3a3a12f9b30bfbe54368.tar.bz2
gst-plugins-bad-87a97e24d4b4e63dc2fa3a3a12f9b30bfbe54368.zip
docs: add docs for ladspa and update plugin docs
Add also inspect files for lv2 and frei0r (no docs yet).
Diffstat (limited to 'ext')
-rw-r--r--ext/ladspa/gstladspa.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index ccb20e67..b62d4c99 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