From 33d96b69bed8e0f2d0ab066911749be215be7345 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 30 May 2011 17:03:14 -0700 Subject: [PATCH] videofilter2: Fix copyright --- gst/videofilters/gstvideofilter2.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gst/videofilters/gstvideofilter2.c b/gst/videofilters/gstvideofilter2.c index 2631346..adcdbd2 100644 --- a/gst/videofilters/gstvideofilter2.c +++ b/gst/videofilters/gstvideofilter2.c @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) 2011 FIXME + * Copyright (C) 2011 David Schleef * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -19,15 +19,6 @@ /** * SECTION:element-gstvideofilter2 * - * The videofilter2 element does FIXME stuff. - * - * - * Example launch line - * |[ - * gst-launch -v fakesrc ! videofilter2 ! FIXME ! fakesink - * ]| - * FIXME Describe what the pipeline does. - * */ #ifdef HAVE_CONFIG_H -- 2.7.4