summaryrefslogtreecommitdiff
path: root/gst/videofilters
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-05-30 17:03:14 -0700
committerDavid Schleef <ds@schleef.org>2011-06-04 14:07:19 -0700
commit33d96b69bed8e0f2d0ab066911749be215be7345 (patch)
treeaee1584f16e3fc83fb241e11971c60e667c5afb1 /gst/videofilters
parent0777b678f5c49bc50895daecaa6af70073398688 (diff)
videofilter2: Fix copyright
Diffstat (limited to 'gst/videofilters')
-rw-r--r--gst/videofilters/gstvideofilter2.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/gst/videofilters/gstvideofilter2.c b/gst/videofilters/gstvideofilter2.c
index 263134610..adcdbd23a 100644
--- a/gst/videofilters/gstvideofilter2.c
+++ b/gst/videofilters/gstvideofilter2.c
@@ -1,5 +1,5 @@
/* GStreamer
- * Copyright (C) 2011 FIXME <fixme@example.com>
+ * Copyright (C) 2011 David Schleef <ds@schleef.org>
*
* 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.
- *
- * <refsect2>
- * <title>Example launch line</title>
- * |[
- * gst-launch -v fakesrc ! videofilter2 ! FIXME ! fakesink
- * ]|
- * FIXME Describe what the pipeline does.
- * </refsect2>
*/
#ifdef HAVE_CONFIG_H