From: Stefan Sauer Date: Fri, 1 Apr 2016 16:31:36 +0000 (+0200) Subject: lv2filter: remove copy and paste of doc blob X-Git-Tag: 1.19.3~507^2~6791 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bec6042622fb5bb0fb908e3cfa69a0bce84c19da;p=platform%2Fupstream%2Fgstreamer.git lv2filter: remove copy and paste of doc blob This doc block is already in gstlv2.c. --- 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