Do not use short_description in section docs for elements. We extract them from eleme...
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 12 Jun 2008 14:49:18 +0000 (14:49 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 12 Jun 2008 14:49:18 +0000 (14:49 +0000)
Original commit message from CVS:
* ext/dc1394/gstdc1394.c:
* ext/ivorbis/vorbisdec.c:
* ext/jack/gstjackaudiosink.c:
* ext/metadata/gstmetadatademux.c:
* ext/mythtv/gstmythtvsrc.c:
* ext/theora/theoradec.c:
* gst-libs/gst/app/gstappsink.c:
* gst/bayer/gstbayer2rgb.c:
* gst/deinterlace/gstdeinterlace.c:
* gst/rawparse/gstaudioparse.c:
* gst/rawparse/gstvideoparse.c:
* gst/rtpmanager/gstrtpbin.c:
* gst/rtpmanager/gstrtpclient.c:
* gst/rtpmanager/gstrtpjitterbuffer.c:
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c:
* gst/rtpmanager/gstrtpssrcdemux.c:
* gst/selector/gstinputselector.c:
* gst/selector/gstoutputselector.c:
* gst/videosignal/gstvideoanalyse.c:
* gst/videosignal/gstvideodetect.c:
* gst/videosignal/gstvideomark.c:
* sys/oss4/oss4-mixer.c:
* sys/oss4/oss4-sink.c:
* sys/oss4/oss4-source.c:
Do not use short_description in section docs for elements. We extract
them from element details and there will be warnings if they differ.
Also fixing up the ChangeLog order.

26 files changed:
ChangeLog
ext/dc1394/gstdc1394.c
ext/ivorbis/vorbisdec.c
ext/jack/gstjackaudiosink.c
ext/metadata/gstmetadatademux.c
ext/mythtv/gstmythtvsrc.c
ext/theora/theoradec.c
gst-libs/gst/app/gstappsink.c
gst/bayer/gstbayer2rgb.c
gst/deinterlace/gstdeinterlace.c
gst/rawparse/gstaudioparse.c
gst/rawparse/gstvideoparse.c
gst/rtpmanager/gstrtpbin.c
gst/rtpmanager/gstrtpclient.c
gst/rtpmanager/gstrtpjitterbuffer.c
gst/rtpmanager/gstrtpptdemux.c
gst/rtpmanager/gstrtpsession.c
gst/rtpmanager/gstrtpssrcdemux.c
gst/selector/gstinputselector.c
gst/selector/gstoutputselector.c
gst/videosignal/gstvideoanalyse.c
gst/videosignal/gstvideodetect.c
gst/videosignal/gstvideomark.c
sys/oss4/oss4-mixer.c
sys/oss4/oss4-sink.c
sys/oss4/oss4-source.c

index 11d8f77..0ec2d95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,3 @@
-2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
-
-       Patch by: Sebastien Merle <sylane at gmail dot com>
-
-       * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
-       Fix the sign of the data we pass to the decoder so that the decoder
-       compiles with newer reference code as well. Fixes #528618.
-
 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
 
        * ext/dc1394/gstdc1394.c:
        * sys/oss4/oss4-source.c:
          Do not use short_description in section docs for elements. We extract
          them from element details and there will be warnings if they differ.
+         Also fixing up the ChangeLog order.
+
+2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
+
+       Patch by: Sebastien Merle <sylane at gmail dot com>
+
+       * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
+       Fix the sign of the data we pass to the decoder so that the decoder
+       compiles with newer reference code as well. Fixes #528618.
 
 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
 
index e2d9322..7eb2660 100644 (file)
@@ -20,7 +20,6 @@
 
 /**
  * SECTION:element-dc1394
- * @short_description: source for IIDC firewire cameras
  *
  * <refsect2>
  * <title>Example launch line</title>
index df0b6ca..75e0533 100644 (file)
@@ -22,7 +22,6 @@
 
 /**
  * SECTION:element-ivorbisdec
- * @short_description: a decoder that decodes Vorbis to raw audio
  * @see_also: vorbisenc, oggdemux
  *
  * <refsect2>
index 27b0979..5710eda 100644 (file)
@@ -21,7 +21,6 @@
 
 /**
  * SECTION:element-jackaudiosink
- * @short_description: JACK audio sink
  * @see_also: #GstBaseAudioSink, #GstRingBuffer
  *
  * <refsect2>
index 779548d..b552b19 100644 (file)
@@ -43,7 +43,6 @@
 
 /**
  * SECTION: element-metadatademux
- * @short_description: element that parse or demux metadata from image files
  * @see_also: #metadatamux
  *
  * <refsect2>
index 61a836d..60a445f 100644 (file)
@@ -17,7 +17,6 @@
 
 /**
  * SECTION:element-mythtvsrc
- * @short_description: stream from remore mythtv server
  *
  * <refsect2>
  * <para>
index c7b9545..4a46c82 100644 (file)
@@ -20,7 +20,6 @@
 
 /**
  * SECTION:element-theoradecexp
- * @short_description: decoder theora video using the experimental decoder
  * @see_also: theoradec, theoraenc, oggdemux
  *
  * <refsect2>
index cd5779c..4616c81 100644 (file)
@@ -20,7 +20,6 @@
 
 /**
  * SECTION:element-appsink
- * @short_description: hand data to an application
  * @see_also: #GstBaseSrc
  *
  * <refsect2>
index ffc0a91..cbaa799 100644 (file)
@@ -21,7 +21,7 @@
  * Logic enhanced by William Brack <wbrack@mmm.com.hk>
  */
 
-/*
+/**
  * SECTION:element-bayer2rgb
  *
  * Decodes raw camera bayer (fourcc BA81) to RGB.
index cd0b853..73159b6 100644 (file)
@@ -30,7 +30,6 @@
 
 /**
  * SECTION:element-deinterlace
- * @short_description: Adaptively deinterlace video
  *
  * <refsect2>
  * <para>
index b8fcd82..def9803 100644 (file)
@@ -20,7 +20,6 @@
  */
 /**
  * SECTION:element-audioparse
- * @short_description: parses a byte stream into audio frames
  *
  * Converts a byte stream into audio frames.
  */
index 8f090f7..9d84e8a 100644 (file)
@@ -21,7 +21,6 @@
  */
 /**
  * SECTION:element-videoparse
- * @short_description: parses a byte stream into video frames
  *
  * Converts a byte stream into video frames.
  */
index c95f42e..0906a8d 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-gstrtpbin
- * @short_description: handle media from one RTP bin
  * @see_also: gstrtpjitterbuffer, gstrtpsession, gstrtpptdemux, gstrtpssrcdemux
  *
  * <refsect2>
index d3e2c67..faa493d 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-gstrtpclient
- * @short_description: handle media from one RTP client
  * @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpsession
  *
  * <refsect2>
index 17dd4a9..8f87668 100644 (file)
@@ -25,8 +25,6 @@
 
 /**
  * SECTION:element-gstrtpjitterbuffer
- * @short_description: buffer, reorder and remove duplicate RTP packets to
- * compensate for network oddities.
  *
  * <refsect2>
  * <para>
index b6df852..a3014b2 100644 (file)
@@ -25,7 +25,6 @@
 
 /**
  * SECTION:element-gstrtpptdemux
- * @short_description: separate RTP payloads based on the payload type
  *
  * <refsect2>
  * <para>
index 2afbf80..a90cbbe 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-gstrtpsession
- * @short_description: an RTP session manager
  * @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpptdemux, gstrtpssrcdemux
  *
  * <refsect2>
index fa08d57..0dcc1a9 100644 (file)
@@ -21,7 +21,6 @@
 
 /**
  * SECTION:element-gstrtpssrcdemux
- * @short_description: separate RTP payloads based on the SSRC
  *
  * <refsect2>
  * <para>
index 7c963ad..f0a8ba1 100644 (file)
@@ -24,7 +24,6 @@
 
 /**
  * SECTION:element-input-selector
- * @short_description: N-to-1 stream selectoring
  * @see_also: #GstOutputSelector
  *
  * Direct one out of N input streams to the output pad.
index ea682a8..f447637 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-output-selector
- * @short_description: 1-to-N stream selectoring
  * @see_also: #GstTee, #GstInputSelector
  *
  * Direct input stream to one out of N output pads.
index 05b13ef..5678c5e 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-videoanalyse
- * @short_description: Analyse and report about the video frame
  *
  * <refsect2>
  * <para>
index ec30fc7..90293f6 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-videodetect
- * @short_description: Detect a pattern in a video signal
  *
  * <refsect2>
  * <para>
index f73d618..1ec7577 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-videomark
- * @short_description: Mark a pattern in a video signal
  *
  * <refsect2>
  * <para>
index 8970e0f..e54ecfd 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-oss4mixer
- * @short_description: element to control sound input and output levels with OSS4
  *
  * <refsect2>
  * <para>
index 79bca8a..45cc2c5 100644 (file)
@@ -18,7 +18,6 @@
  */
 /**
  * SECTION:element-oss4sink
- * @short_description: output sound using OSS4
  *
  * <refsect2>
  * <para>
index c757972..fd934bd 100644 (file)
@@ -19,7 +19,6 @@
 
 /**
  * SECTION:element-oss4src
- * @short_description: record sound from your sound card using OSS4
  *
  * <refsect2>
  * <para>