docs: remove outdated and pointless 'Last reviewed' lines from docs
authorTim-Philipp Müller <tim@centricular.com>
Sat, 26 Apr 2014 22:26:09 +0000 (23:26 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 26 Apr 2014 22:28:57 +0000 (23:28 +0100)
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.

41 files changed:
ext/alsa/gstalsasink.c
ext/alsa/gstalsasrc.c
ext/ogg/gstoggdemux.c
ext/ogg/gstoggmux.c
ext/theora/gsttheoradec.c
ext/theora/gsttheoraenc.c
ext/theora/gsttheoraparse.c
ext/vorbis/gstvorbisdec.c
ext/vorbis/gstvorbisenc.c
ext/vorbis/gstvorbisparse.c
gst-libs/gst/app/gstappsink.c
gst-libs/gst/app/gstappsrc.c
gst-libs/gst/audio/gstaudiobasesink.c
gst-libs/gst/audio/gstaudiobasesrc.c
gst-libs/gst/audio/gstaudioclock.c
gst-libs/gst/audio/gstaudiofilter.c
gst-libs/gst/audio/gstaudioringbuffer.c
gst-libs/gst/audio/gstaudiosink.c
gst-libs/gst/audio/gstaudiosrc.c
gst-libs/gst/rtp/gstrtcpbuffer.c
gst-libs/gst/rtp/gstrtpbuffer.c
gst-libs/gst/rtp/gstrtphdrext.c
gst-libs/gst/rtp/gstrtppayloads.c
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/rtsp/gstrtspdefs.c
gst-libs/gst/rtsp/gstrtspextension.c
gst-libs/gst/rtsp/gstrtspmessage.c
gst-libs/gst/rtsp/gstrtsprange.c
gst-libs/gst/rtsp/gstrtsptransport.c
gst-libs/gst/rtsp/gstrtspurl.c
gst-libs/gst/sdp/gstmikey.c
gst-libs/gst/sdp/gstsdpmessage.c
gst/adder/gstadder.c
gst/audioconvert/gstaudioconvert.c
gst/playback/gstplaybin2.c
gst/tcp/gstmultifdsink.c
gst/tcp/gstmultihandlesink.c
gst/tcp/gstmultioutputsink.c
gst/tcp/gstmultisocketsink.c
gst/videorate/gstvideorate.c
gst/videoscale/gstvideoscale.c

index 3895749..1985cfb 100644 (file)
@@ -32,8 +32,6 @@
  * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! alsasink
  * ]| Play an Ogg/Vorbis file.
  * </refsect2>
- *
- * Last reviewed on 2006-03-01 (0.10.4)
  */
 
 #ifdef HAVE_CONFIG_H
index 741f9f9..43b82b1 100644 (file)
@@ -31,8 +31,6 @@
  * gst-launch -v alsasrc ! audioconvert ! vorbisenc ! oggmux ! filesink location=alsasrc.ogg
  * ]| Record from a sound card using ALSA and encode to Ogg/Vorbis.
  * </refsect2>
- *
- * Last reviewed on 2006-03-01 (0.10.4)
  */
 
 #ifdef HAVE_CONFIG_H
index 343f997..902410b 100644 (file)
@@ -31,8 +31,6 @@
  * gst-launch -v filesrc location=test.ogg ! oggdemux ! vorbisdec ! audioconvert ! alsasink
  * ]| Decodes the vorbis audio stored inside an ogg container.
  * </refsect2>
- *
- * Last reviewed on 2006-12-30 (0.10.5)
  */
 
 
index fb96d7e..cc0af3a 100644 (file)
@@ -31,8 +31,6 @@
  * ]| Encodes a video stream captured from a v4l2-compatible camera to Ogg/Theora
  * (the encoding will stop automatically after 500 frames)
  * </refsect2>
- *
- * Last reviewed on 2008-02-06 (0.10.17)
  */
 
 #ifdef HAVE_CONFIG_H
index fee82bd..11ecffd 100644 (file)
@@ -36,8 +36,6 @@
  * ]| This example pipeline will decode an ogg stream and decodes the theora video. Refer to
  * the theoraenc example to create the ogg file.
  * </refsect2>
- *
- * Last reviewed on 2006-03-01 (0.10.4)
  */
 
 #ifdef HAVE_CONFIG_H
index 5196ae9..48b3533 100644 (file)
@@ -50,8 +50,6 @@
  * ogg container. Refer to the theoradec documentation to decode the create
  * stream.
  * </refsect2>
- *
- * Last reviewed on 2006-03-01 (0.10.4)
  */
 
 #ifdef HAVE_CONFIG_H
index 062cacd..f3558e8 100644 (file)
@@ -52,8 +52,6 @@
  * ]| This pipeline shows remuxing. video-remuxed.ogg might not be exactly the same
  * as video.ogg, but they should produce exactly the same decoded data.
  * </refsect2>
- *
- * Last reviewed on 2008-05-28 (0.10.20)
  */
 
 /* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
index 7273d2c..3a5a334 100644 (file)
@@ -32,8 +32,6 @@
  * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! alsasink
  * ]| Decode an Ogg/Vorbis. To create an Ogg/Vorbis file refer to the documentation of vorbisenc.
  * </refsect2>
- *
- * Last reviewed on 2006-03-01 (0.10.4)
  */
 
 #ifdef HAVE_CONFIG_H
index 655dd15..6579321 100644 (file)
@@ -36,8 +36,6 @@
  * gst-launch -v alsasrc ! audioconvert ! vorbisenc ! oggmux ! filesink location=alsasrc.ogg
  * ]| Record from a sound card using ALSA and encode to Ogg/Vorbis.
  * </refsect2>
- *
- * Last reviewed on 2006-03-01 (0.10.4)
  */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
index eff07b8..57b792c 100644 (file)
@@ -45,8 +45,6 @@
  * ]| This pipeline shows remuxing. sine-remuxed.ogg might not be exactly the same
  * as sine.ogg, but they should produce exactly the same decoded data.
  * </refsect2>
- *
- * Last reviewed on 2006-04-01 (0.10.4.1)
  */
 
 #ifdef HAVE_CONFIG_H
index be6237f..ecec3b5 100644 (file)
@@ -57,8 +57,6 @@
  *
  * The eos signal can also be used to be informed when the EOS state is reached
  * to avoid polling.
- *
- * Last reviewed on 2008-12-17 (0.10.22)
  */
 
 #ifdef HAVE_CONFIG_H
index 34b8a16..a3be774 100644 (file)
@@ -84,8 +84,6 @@
  * gst_app_src_end_of_stream() or emit the end-of-stream action signal. After
  * this call, no more buffers can be pushed into appsrc until a flushing seek
  * happened or the state of the appsrc has gone through READY.
- *
- * Last reviewed on 2008-12-17 (0.10.10)
  */
 
 #ifdef HAVE_CONFIG_H
index 0e2884b..26f7134 100644 (file)
@@ -28,8 +28,6 @@
  * This is the base class for audio sinks. Subclasses need to implement the
  * ::create_ringbuffer vmethod. This base class will then take care of
  * writing samples to the ringbuffer, synchronisation, clipping and flushing.
- *
- * Last reviewed on 2006-09-27 (0.10.12)
  */
 
 #include <string.h>
index 872116b..38b22b5 100644 (file)
@@ -28,8 +28,6 @@
  * This is the base class for audio sources. Subclasses need to implement the
  * ::create_ringbuffer vmethod. This base class will then take care of
  * reading samples from the ringbuffer, synchronisation and flushing.
- *
- * Last reviewed on 2006-09-27 (0.10.12)
  */
 
 #ifdef HAVE_CONFIG_H
index a996b2d..70f5074 100644 (file)
@@ -29,8 +29,6 @@
  * simply need to provide a function that returns the current clock time.
  *
  * This object is internally used to implement the clock in #GstAudioBaseSink.
- *
- * Last reviewed on 2006-09-27 (0.10.12)
  */
 
 #ifdef HAVE_CONFIG_H
index 71aed1b..94b3a58 100644 (file)
@@ -36,8 +36,6 @@
  * #GstBaseTransformClass.transform_ip() and/or
  * #GstBaseTransformClass.transform()
  * virtual functions in their class_init function.
- *
- * Last reviewed on 2007-02-03 (0.10.11.1)
  */
 
 #ifdef HAVE_CONFIG_H
index c0b060f..7f4b17b 100644 (file)
@@ -35,8 +35,6 @@
  * implementations.
  * </para>
  * </refsect2>
- *
- * Last reviewed on 2006-02-02 (0.10.4)
  */
 
 #include <string.h>
index 66bb476..a978030 100644 (file)
@@ -63,8 +63,6 @@
  * All scheduling of samples and timestamps is done in this base class
  * together with #GstAudioBaseSink using a default implementation of a
  * #GstAudioRingBuffer that uses threads.
- *
- * Last reviewed on 2006-09-27 (0.10.12)
  */
 
 #include <string.h>
index 71dc1e9..197ab17 100644 (file)
@@ -63,8 +63,6 @@
  * All scheduling of samples and timestamps is done in this base class
  * together with #GstAudioBaseSrc using a default implementation of a
  * #GstAudioRingBuffer that uses threads.
- *
- * Last reviewed on 2006-09-27 (0.10.12)
  */
 
 #include <string.h>
index 2935b9b..3ab97e8 100644 (file)
@@ -40,8 +40,6 @@
  * gst_rtcp_packet_move_to_next().
  * </para>
  * </refsect2>
- *
- * Last reviewed on 2007-03-26 (0.10.13)
  */
 
 #include <string.h>
index 01abd2a..5f0fe8f 100644 (file)
@@ -30,8 +30,6 @@
  * 'application/x-rtp' #GstCaps.
  * </para>
  * </refsect2>
- *
- * Last reviewed on 2006-07-17 (0.10.10)
  */
 
 #include "gstrtpbuffer.h"
index ed8f33a..9314ba4 100644 (file)
@@ -26,8 +26,6 @@
  * <para>
  * </para>
  * </refsect2>
- *
- * Last reviewed on 2012-09-24 (1.0)
  */
 
 #include "gstrtphdrext.h"
index 5717ec6..4a38f80 100644 (file)
@@ -32,8 +32,6 @@
  * and get session bandwidth information.
  * </para>
  * </refsect2>
- *
- * Last reviewed on 2007-10-01 (0.10.15)
  */
 
 #include <string.h>
index 7a0e317..ac53f15 100644 (file)
@@ -47,8 +47,6 @@
  *
  * This object manages the RTSP connection to the server. It provides function
  * to receive and send bytes and messages.
- *
- * Last reviewed on 2007-07-24 (0.10.14)
  */
 
 #ifdef HAVE_CONFIG_H
index 667538f..f1d98e2 100644 (file)
@@ -46,8 +46,6 @@
  * @see_also: gstrtspurl, gstrtspconnection
  *  
  * Provides common defines for the RTSP library. 
- *  
- * Last reviewed on 2007-07-24 (0.10.14)
  */
 
 #include <errno.h>
index 89936aa..5b5eed3 100644 (file)
@@ -29,8 +29,6 @@
  *  exentension (rtspwms) and the RealMedia RTSP extension (rtspreal).
  * </para>
  * </refsect2>
- *
- * Last reviewed on 2007-07-25 (0.10.14)
  */
 
 #ifdef HAVE_CONFIG_H
index 3eece20..841aa19 100644 (file)
@@ -47,8 +47,6 @@
  * @see_also: gstrtspconnection
  *  
  * Provides methods for creating and parsing request, response and data messages.
- *  
- * Last reviewed on 2007-07-25 (0.10.14)
  */
 
 #include <string.h>
index f523afe..96efd45 100644 (file)
@@ -45,8 +45,6 @@
  * @short_description: dealing with time ranges
  *  
  * Provides helper functions to deal with time ranges.
- *  
- * Last reviewed on 2007-07-25 (0.10.14)
  */
 
 #include <math.h>
index 827a4f6..81c7431 100644 (file)
@@ -46,8 +46,6 @@
  * @short_description: dealing with RTSP transports
  *  
  * Provides helper functions to deal with RTSP transport strings.
- *  
- * Last reviewed on 2007-07-25 (0.10.14)
  */
 
 #include <string.h>
index 700ac0b..6c7e8c4 100644 (file)
@@ -45,8 +45,6 @@
  * @short_description: handling RTSP urls
  *  
  * Provides helper functions to handle RTSP urls.
- *  
- * Last reviewed on 2007-07-25 (0.10.14)
  */
 
 #include <stdlib.h>
index 2193b82..712941a 100644 (file)
@@ -29,8 +29,6 @@
  * messages.
  * </para>
  * </refsect2>
- *
- * Last reviewed on 2014-03-20 (1.3.0)
  */
 
 #include <string.h>
index 9e2565c..6d8e4dc 100644 (file)
@@ -50,8 +50,6 @@
  * messages.
  * </para>
  * </refsect2>
- *
- * Last reviewed on 2007-07-24 (0.10.14)
  */
 
 #ifdef HAVE_CONFIG_H
index fb280ff..6e9298e 100644 (file)
@@ -35,8 +35,6 @@
  * gst-launch audiotestsrc freq=100 ! adder name=mix ! audioconvert ! alsasink audiotestsrc freq=500 ! mix.
  * ]| This pipeline produces two sine waves mixed together.
  * </refsect2>
- *
- * Last reviewed on 2006-05-09 (0.10.7)
  */
 /* Element-Checklist-Version: 5 */
 
index 01dc950..21510fa 100644 (file)
@@ -39,8 +39,6 @@
  * ]| The vorbis encoder takes float audio data instead of the integer data
  * generated by audiotestsrc.
  * </refsect2>
- *
- * Last reviewed on 2006-03-02 (0.10.4)
  */
 
 /*
index 89bb951..ab48200 100644 (file)
@@ -3790,7 +3790,7 @@ avelements_create (GstPlayBin * playbin, gboolean isaudioelement)
   }
 
   /* create a list of audio/video elements. Each element in the list
-   * is holding an audio/video decoder and an auido/video sink in which
+   * is holding an audio/video decoder and an audio/video sink in which
    * the decoders srcpad template caps and sink element's sinkpad template
    * caps are compatible */
   dl = dec_list;
index 2d6128b..ab95985 100644 (file)
@@ -97,8 +97,6 @@
  * buffers to the clients. This behaviour can be disabled by setting the sync 
  * property to FALSE. Multifdsink will by default not do QoS and will never
  * drop late buffers.
- *
- * Last reviewed on 2006-09-12 (0.10.10)
  */
 
 #ifdef HAVE_CONFIG_H
index 46a6189..b9ba36b 100644 (file)
@@ -96,8 +96,6 @@
  * buffers to the clients. This behaviour can be disabled by setting the sync 
  * property to FALSE. Multisocketsink will by default not do QoS and will never
  * drop late buffers.
- *
- * Last reviewed on 2006-09-12 (0.10.10)
  */
 
 #ifdef HAVE_CONFIG_H
index 3d6d56c..e0503b5 100644 (file)
@@ -96,8 +96,6 @@
  * buffers to the clients. This behaviour can be disabled by setting the sync 
  * property to FALSE. Multioutputsink will by default not do QoS and will never
  * drop late buffers.
- *
- * Last reviewed on 2006-09-12 (0.10.10)
  */
 
 #ifdef HAVE_CONFIG_H
index 06e9779..01647b1 100644 (file)
@@ -96,8 +96,6 @@
  * buffers to the clients. This behaviour can be disabled by setting the sync 
  * property to FALSE. Multisocketsink will by default not do QoS and will never
  * drop late buffers.
- *
- * Last reviewed on 2006-09-12 (0.10.10)
  */
 
 #ifdef HAVE_CONFIG_H
index 3284738..14d628f 100644 (file)
@@ -63,8 +63,6 @@
  * ]| Capture video from a V4L device, and adjust the stream to 12.5 fps before
  * encoding to Ogg/Theora.
  * </refsect2>
- *
- * Last reviewed on 2006-09-02 (0.10.11)
  */
 
 #ifdef HAVE_CONFIG_H
index e752931..97d5648 100644 (file)
@@ -44,8 +44,6 @@
  * ]| Decode an Ogg/Theora and display the video using xvimagesink with a width
  * of 50.
  * </refsect2>
- *
- * Last reviewed on 2006-03-02 (0.10.4)
  */
 
 /*