From 441e4f33b6a98a5ee11a51443c9c267a5f254340 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 27 Apr 2014 00:29:16 +0100 Subject: [PATCH] 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. --- ext/sidplay/gstsiddec.cc | 2 -- gst/asfdemux/gstrtspwms.c | 2 -- gst/realmedia/rademux.c | 2 -- gst/realmedia/rdtmanager.c | 2 -- gst/realmedia/rtspreal.c | 2 -- 5 files changed, 10 deletions(-) diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index 2f4fabd..a7cac36 100644 --- a/ext/sidplay/gstsiddec.cc +++ b/ext/sidplay/gstsiddec.cc @@ -36,8 +36,6 @@ * gst-launch -v filesrc location=Hawkeye.sid ! siddec ! audioconvert ! alsasink * ]| Decode a sid file and play back the audio using alsasink. * - * - * Last reviewed on 2006-12-30 (0.10.5) */ #ifdef HAVE_CONFIG_H diff --git a/gst/asfdemux/gstrtspwms.c b/gst/asfdemux/gstrtspwms.c index bdcffab..c864287 100644 --- a/gst/asfdemux/gstrtspwms.c +++ b/gst/asfdemux/gstrtspwms.c @@ -22,8 +22,6 @@ * SECTION:element-rtspwms * * A WMS RTSP extension - * - * Last reviewed on 2007-07-25 (0.10.14) */ #include diff --git a/gst/realmedia/rademux.c b/gst/realmedia/rademux.c index dfa85eb..155192f 100644 --- a/gst/realmedia/rademux.c +++ b/gst/realmedia/rademux.c @@ -33,8 +33,6 @@ * ]| Stream RealAudio data containing AC3 (dnet) compressed audio and decode it * and output it to the soundcard using the ALSA element. * - * - * Last reviewed on 2006-10-24 (0.10.5) */ #ifdef HAVE_CONFIG_H diff --git a/gst/realmedia/rdtmanager.c b/gst/realmedia/rdtmanager.c index a2d1b70..39c74b2 100644 --- a/gst/realmedia/rdtmanager.c +++ b/gst/realmedia/rdtmanager.c @@ -47,8 +47,6 @@ * @see_also: GstRtspSrc * * A simple RTP session manager used internally by rtspsrc. - * - * Last reviewed on 2006-06-20 (0.10.4) */ /* #define HAVE_RTCP */ diff --git a/gst/realmedia/rtspreal.c b/gst/realmedia/rtspreal.c index c4363b8..3a7bbc7 100644 --- a/gst/realmedia/rtspreal.c +++ b/gst/realmedia/rtspreal.c @@ -22,8 +22,6 @@ * SECTION:element-rtspreal * * A RealMedia RTSP extension - * - * Last reviewed on 2007-07-25 (0.10.14) */ #ifdef HAVE_CONFIG_H -- 2.7.4