diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-04-26 23:26:09 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-04-26 23:28:57 +0100 |
commit | bcb8068e27b5bc4e181a081295a0b02600b91657 (patch) | |
tree | 4d350d8f61f517afccbb8818f82b4edc2e39b225 /gst | |
parent | e8d176c20c6bbde070701bf029913a4fa930e51f (diff) | |
download | gstreamer-plugins-base-bcb8068e27b5bc4e181a081295a0b02600b91657.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')
-rw-r--r-- | gst/adder/gstadder.c | 2 | ||||
-rw-r--r-- | gst/audioconvert/gstaudioconvert.c | 2 | ||||
-rw-r--r-- | gst/playback/gstplaybin2.c | 2 | ||||
-rw-r--r-- | gst/tcp/gstmultifdsink.c | 2 | ||||
-rw-r--r-- | gst/tcp/gstmultihandlesink.c | 2 | ||||
-rw-r--r-- | gst/tcp/gstmultioutputsink.c | 2 | ||||
-rw-r--r-- | gst/tcp/gstmultisocketsink.c | 2 | ||||
-rw-r--r-- | gst/videorate/gstvideorate.c | 2 | ||||
-rw-r--r-- | gst/videoscale/gstvideoscale.c | 2 |
9 files changed, 1 insertions, 17 deletions
diff --git a/gst/adder/gstadder.c b/gst/adder/gstadder.c index fb280ffa0..6e9298e9f 100644 --- a/gst/adder/gstadder.c +++ b/gst/adder/gstadder.c @@ -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 */ diff --git a/gst/audioconvert/gstaudioconvert.c b/gst/audioconvert/gstaudioconvert.c index 01dc950d4..21510fa91 100644 --- a/gst/audioconvert/gstaudioconvert.c +++ b/gst/audioconvert/gstaudioconvert.c @@ -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) */ /* diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index 89bb951dc..ab482000b 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -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; diff --git a/gst/tcp/gstmultifdsink.c b/gst/tcp/gstmultifdsink.c index 2d6128b51..ab95985d4 100644 --- a/gst/tcp/gstmultifdsink.c +++ b/gst/tcp/gstmultifdsink.c @@ -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 diff --git a/gst/tcp/gstmultihandlesink.c b/gst/tcp/gstmultihandlesink.c index 46a618964..b9ba36b39 100644 --- a/gst/tcp/gstmultihandlesink.c +++ b/gst/tcp/gstmultihandlesink.c @@ -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 diff --git a/gst/tcp/gstmultioutputsink.c b/gst/tcp/gstmultioutputsink.c index 3d6d56c63..e0503b553 100644 --- a/gst/tcp/gstmultioutputsink.c +++ b/gst/tcp/gstmultioutputsink.c @@ -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 diff --git a/gst/tcp/gstmultisocketsink.c b/gst/tcp/gstmultisocketsink.c index 06e97790d..01647b1d4 100644 --- a/gst/tcp/gstmultisocketsink.c +++ b/gst/tcp/gstmultisocketsink.c @@ -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 diff --git a/gst/videorate/gstvideorate.c b/gst/videorate/gstvideorate.c index 328473881..14d628ff1 100644 --- a/gst/videorate/gstvideorate.c +++ b/gst/videorate/gstvideorate.c @@ -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 diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index e7529318e..97d5648b2 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -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) */ /* |