From bec6042622fb5bb0fb908e3cfa69a0bce84c19da Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Fri, 1 Apr 2016 18:31:36 +0200 Subject: [PATCH] lv2filter: remove copy and paste of doc blob This doc block is already in gstlv2.c. --- ext/lv2/gstlv2filter.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ext/lv2/gstlv2filter.c b/ext/lv2/gstlv2filter.c index d4082de..cc187ae 100644 --- a/ext/lv2/gstlv2filter.c +++ b/ext/lv2/gstlv2filter.c @@ -20,19 +20,6 @@ * 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 - * LV2 API. It scans all - * installed LV2 plugins and registers them as gstreamer elements. - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif -- 2.7.4