mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
videofilter2: Fix copyright
This commit is contained in:
parent
0777b678f5
commit
33d96b69be
1 changed files with 1 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* GStreamer
|
/* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -19,15 +19,6 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:element-gstvideofilter2
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue