mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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.
This commit is contained in:
parent
1b9e8a25a0
commit
dbe6fdd6bf
10 changed files with 0 additions and 21 deletions
|
@ -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.
|
||||
* </refsect2>
|
||||
*
|
||||
* Last reviewed on 2006-03-01 (0.10.4)
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
* gst-launch souphttpsrc location=http://devimages.apple.com/iphone/samples/bipbop/gear4/prog_index.m3u8 ! hlsdemux ! decodebin2 ! videoconvert ! videoscale ! autovideosink
|
||||
* ]|
|
||||
* </refsect2>
|
||||
*
|
||||
* Last reviewed on 2010-10-07
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -90,8 +90,6 @@
|
|||
* gst-launch videotestsrc ! simplevideomarkdetect ! videoconvert ! ximagesink
|
||||
* ]|
|
||||
* </refsect2>
|
||||
*
|
||||
* Last reviewed on 2007-05-30 (0.10.5)
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue