diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-04-27 00:36:32 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-04-27 00:36:32 +0100 |
commit | dbe6fdd6bf56cf0f90f5f4526aef6bfc6d902638 (patch) | |
tree | 3195192294284296766d2942fb5505cb5ee3bbed /gst/videosignal | |
parent | 1b9e8a25a0a5f7e161a69a3b98303901c7bed6dc (diff) | |
download | gstreamer-plugins-bad-dbe6fdd6bf56cf0f90f5f4526aef6bfc6d902638.tar.gz |
docs: remove outdated and pointless 'Last reviewed' lines from docs
They are very confusing for people, and more often than not
also just not very accurate. Seeing 'last reviewed: 2005' in
your docs is not very confidence-inspiring. Let's just remove
those comments.
Diffstat (limited to 'gst/videosignal')
-rw-r--r-- | gst/videosignal/gstsimplevideomark.c | 2 | ||||
-rw-r--r-- | gst/videosignal/gstsimplevideomarkdetect.c | 2 | ||||
-rw-r--r-- | gst/videosignal/gstvideoanalyse.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/gst/videosignal/gstsimplevideomark.c b/gst/videosignal/gstsimplevideomark.c index 9c51d0d8d..85e719de7 100644 --- a/gst/videosignal/gstsimplevideomark.c +++ b/gst/videosignal/gstsimplevideomark.c @@ -39,8 +39,6 @@ * gst-launch videotestsrc ! simplevideomark ! ximagesink * ]| Add the default black/white squares at the bottom left of the video frames. * </refsect2> - * - * Last reviewed on 2007-06-01 (0.10.6) */ #ifdef HAVE_CONFIG_H diff --git a/gst/videosignal/gstsimplevideomarkdetect.c b/gst/videosignal/gstsimplevideomarkdetect.c index 5c36bcad7..fca367eef 100644 --- a/gst/videosignal/gstsimplevideomarkdetect.c +++ b/gst/videosignal/gstsimplevideomarkdetect.c @@ -90,8 +90,6 @@ * gst-launch videotestsrc ! simplevideomarkdetect ! videoconvert ! ximagesink * ]| * </refsect2> - * - * Last reviewed on 2007-05-30 (0.10.5) */ #ifdef HAVE_CONFIG_H diff --git a/gst/videosignal/gstvideoanalyse.c b/gst/videosignal/gstvideoanalyse.c index 47cc03fa5..3ca4d033d 100644 --- a/gst/videosignal/gstvideoanalyse.c +++ b/gst/videosignal/gstvideoanalyse.c @@ -75,8 +75,6 @@ * gst-launch -m videotestsrc ! videoanalyse ! videoconvert ! ximagesink * ]| This pipeline emits messages to the console for each frame that has been analysed. * </refsect2> - * - * Last reviewed on 2007-05-30 (0.10.5) */ #ifdef HAVE_CONFIG_H |