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 | |
parent | 1b9e8a25a0a5f7e161a69a3b98303901c7bed6dc (diff) |
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')
-rw-r--r-- | gst/liveadder/liveadder.c | 2 | ||||
-rw-r--r-- | gst/sdp/gstsdpdemux.c | 2 | ||||
-rw-r--r-- | gst/speed/gstspeed.c | 2 | ||||
-rw-r--r-- | gst/videomeasure/gstvideomeasure_collector.c | 3 | ||||
-rw-r--r-- | gst/videomeasure/gstvideomeasure_ssim.c | 2 | ||||
-rw-r--r-- | gst/videosignal/gstsimplevideomark.c | 2 | ||||
-rw-r--r-- | gst/videosignal/gstsimplevideomarkdetect.c | 2 | ||||
-rw-r--r-- | gst/videosignal/gstvideoanalyse.c | 2 |
8 files changed, 0 insertions, 17 deletions
diff --git a/gst/liveadder/liveadder.c b/gst/liveadder/liveadder.c index 8cbea6072..eed3f738f 100644 --- a/gst/liveadder/liveadder.c +++ b/gst/liveadder/liveadder.c @@ -34,8 +34,6 @@ * * Unlike the adder, the liveadder mixes the streams according the their * timestamps and waits for some milli-seconds before trying doing the mixing. - * - * Last reviewed on 2008-02-10 (0.10.11) */ #ifdef HAVE_CONFIG_H diff --git a/gst/sdp/gstsdpdemux.c b/gst/sdp/gstsdpdemux.c index 479124b0f..41fd99f8f 100644 --- a/gst/sdp/gstsdpdemux.c +++ b/gst/sdp/gstsdpdemux.c @@ -39,8 +39,6 @@ * ]| Establish a connection to an HTTP server that contains an SDP session description * that gets parsed by sdpdemux and send the raw RTP packets to a fakesink. * </refsect2> - * - * Last reviewed on 2007-10-01 (0.10.6) */ #ifdef HAVE_CONFIG_H diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c index 7afae38cd..27e41c7ca 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -34,8 +34,6 @@ * gst-launch filesrc location=test.ogg ! decodebin ! audioconvert ! speed speed=1.5 ! audioconvert ! audioresample ! autoaudiosink * ]| Plays an .ogg file at 1.5x speed. * </refsect2> - * - * Last reviewed on 2007-02-26 (0.10.4.1) */ #ifdef HAVE_CONFIG_H diff --git a/gst/videomeasure/gstvideomeasure_collector.c b/gst/videomeasure/gstvideomeasure_collector.c index c51e4bbf8..448adc44c 100644 --- a/gst/videomeasure/gstvideomeasure_collector.c +++ b/gst/videomeasure/gstvideomeasure_collector.c @@ -23,9 +23,6 @@ * This plugin collects measurements from measuring elemtns and calculates * total measure for the whole sequence and also outputs measurements to a file * <classname>"GstMeasureCollector"</classname>. - * - * - * Last reviewed on 2009-03-15 (0.10.?) */ #ifdef HAVE_CONFIG_H diff --git a/gst/videomeasure/gstvideomeasure_ssim.c b/gst/videomeasure/gstvideomeasure_ssim.c index c0edd6083..3c7c502bf 100644 --- a/gst/videomeasure/gstvideomeasure_ssim.c +++ b/gst/videomeasure/gstvideomeasure_ssim.c @@ -43,8 +43,6 @@ * decodebin2 ! ssim.modified0 * ]| This pipeline produces a video stream that consists of SSIM frames. * </refsect2> - * - * Last reviewed on 2009-09-06 (0.10.?) */ /* Element-Checklist-Version: 5 */ 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 |