diff --git a/ext/daala/gstdaaladec.c b/ext/daala/gstdaaladec.c index ceb8a5557e..74302bf39a 100644 --- a/ext/daala/gstdaaladec.c +++ b/ext/daala/gstdaaladec.c @@ -37,8 +37,6 @@ * ]| This example pipeline will decode an ogg stream and decodes the daala video. Refer to * the daalaenc example to create the ogg file. * - * - * Last reviewed on 2006-03-01 (0.10.4) */ #ifdef HAVE_CONFIG_H diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c index 689ea1e8ba..b51d2cf434 100644 --- a/ext/hls/gsthlsdemux.c +++ b/ext/hls/gsthlsdemux.c @@ -34,8 +34,6 @@ * gst-launch souphttpsrc location=http://devimages.apple.com/iphone/samples/bipbop/gear4/prog_index.m3u8 ! hlsdemux ! decodebin2 ! videoconvert ! videoscale ! autovideosink * ]| * - * - * Last reviewed on 2010-10-07 */ #ifdef HAVE_CONFIG_H diff --git a/gst/liveadder/liveadder.c b/gst/liveadder/liveadder.c index 8cbea6072b..eed3f738fb 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 479124b0f8..41fd99f8f3 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. * - * - * 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 7afae38cd4..27e41c7ca8 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. * - * - * 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 c51e4bbf87..448adc44cd 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 * "GstMeasureCollector". - * - * - * 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 c0edd6083c..3c7c502bfc 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. * - * - * 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 9c51d0d8d0..85e719de77 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. * - * - * 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 5c36bcad76..fca367eef2 100644 --- a/gst/videosignal/gstsimplevideomarkdetect.c +++ b/gst/videosignal/gstsimplevideomarkdetect.c @@ -90,8 +90,6 @@ * gst-launch videotestsrc ! simplevideomarkdetect ! videoconvert ! ximagesink * ]| * - * - * 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 47cc03fa5c..3ca4d033d5 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. * - * - * Last reviewed on 2007-05-30 (0.10.5) */ #ifdef HAVE_CONFIG_H