lv2filter: remove copy and paste of doc blob
authorStefan Sauer <ensonic@users.sf.net>
Fri, 1 Apr 2016 16:31:36 +0000 (18:31 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 1 Apr 2016 19:26:20 +0000 (21:26 +0200)
This doc block is already in gstlv2.c.

ext/lv2/gstlv2filter.c

index d4082de..cc187ae 100644 (file)
  * Boston, MA 02110-1301, 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