From 15b92466171c81d619ee6422aeacad13de8239b3 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 12 Jun 2008 14:49:18 +0000 Subject: [PATCH] Do not use short_description in section docs for elements. We extract them from element details and there will be war... 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. --- ChangeLog | 17 +++++++++-------- ext/dc1394/gstdc1394.c | 1 - ext/ivorbis/vorbisdec.c | 1 - ext/jack/gstjackaudiosink.c | 1 - ext/metadata/gstmetadatademux.c | 1 - ext/mythtv/gstmythtvsrc.c | 1 - ext/theora/theoradec.c | 1 - gst-libs/gst/app/gstappsink.c | 1 - gst/bayer/gstbayer2rgb.c | 2 +- gst/deinterlace/gstdeinterlace.c | 1 - gst/rawparse/gstaudioparse.c | 1 - gst/rawparse/gstvideoparse.c | 1 - gst/rtpmanager/gstrtpbin.c | 1 - gst/rtpmanager/gstrtpclient.c | 1 - gst/rtpmanager/gstrtpjitterbuffer.c | 2 -- gst/rtpmanager/gstrtpptdemux.c | 1 - gst/rtpmanager/gstrtpsession.c | 1 - gst/rtpmanager/gstrtpssrcdemux.c | 1 - gst/selector/gstinputselector.c | 1 - gst/selector/gstoutputselector.c | 1 - gst/videosignal/gstvideoanalyse.c | 1 - gst/videosignal/gstvideodetect.c | 1 - gst/videosignal/gstvideomark.c | 1 - sys/oss4/oss4-mixer.c | 1 - sys/oss4/oss4-sink.c | 1 - sys/oss4/oss4-source.c | 1 - 26 files changed, 10 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11d8f7708e..0ec2d9507f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,3 @@ -2008-06-12 Wim Taymans - - Patch by: Sebastien Merle - - * 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 * ext/dc1394/gstdc1394.c: @@ -35,6 +27,15 @@ * 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 + + Patch by: Sebastien Merle + + * 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 diff --git a/ext/dc1394/gstdc1394.c b/ext/dc1394/gstdc1394.c index e2d9322544..7eb2660749 100644 --- a/ext/dc1394/gstdc1394.c +++ b/ext/dc1394/gstdc1394.c @@ -20,7 +20,6 @@ /** * SECTION:element-dc1394 - * @short_description: source for IIDC firewire cameras * * * Example launch line diff --git a/ext/ivorbis/vorbisdec.c b/ext/ivorbis/vorbisdec.c index df0b6ca451..75e053362d 100644 --- a/ext/ivorbis/vorbisdec.c +++ b/ext/ivorbis/vorbisdec.c @@ -22,7 +22,6 @@ /** * SECTION:element-ivorbisdec - * @short_description: a decoder that decodes Vorbis to raw audio * @see_also: vorbisenc, oggdemux * * diff --git a/ext/jack/gstjackaudiosink.c b/ext/jack/gstjackaudiosink.c index 27b0979292..5710eda612 100644 --- a/ext/jack/gstjackaudiosink.c +++ b/ext/jack/gstjackaudiosink.c @@ -21,7 +21,6 @@ /** * SECTION:element-jackaudiosink - * @short_description: JACK audio sink * @see_also: #GstBaseAudioSink, #GstRingBuffer * * diff --git a/ext/metadata/gstmetadatademux.c b/ext/metadata/gstmetadatademux.c index 779548dfc4..b552b19e19 100644 --- a/ext/metadata/gstmetadatademux.c +++ b/ext/metadata/gstmetadatademux.c @@ -43,7 +43,6 @@ /** * SECTION: element-metadatademux - * @short_description: element that parse or demux metadata from image files * @see_also: #metadatamux * * diff --git a/ext/mythtv/gstmythtvsrc.c b/ext/mythtv/gstmythtvsrc.c index 61a836d590..60a445f08b 100644 --- a/ext/mythtv/gstmythtvsrc.c +++ b/ext/mythtv/gstmythtvsrc.c @@ -17,7 +17,6 @@ /** * SECTION:element-mythtvsrc - * @short_description: stream from remore mythtv server * * * diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index c7b9545c34..4a46c826d4 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -20,7 +20,6 @@ /** * SECTION:element-theoradecexp - * @short_description: decoder theora video using the experimental decoder * @see_also: theoradec, theoraenc, oggdemux * * diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index cd5779cb62..4616c81f34 100644 --- a/gst-libs/gst/app/gstappsink.c +++ b/gst-libs/gst/app/gstappsink.c @@ -20,7 +20,6 @@ /** * SECTION:element-appsink - * @short_description: hand data to an application * @see_also: #GstBaseSrc * * diff --git a/gst/bayer/gstbayer2rgb.c b/gst/bayer/gstbayer2rgb.c index ffc0a91c80..cbaa799c9b 100644 --- a/gst/bayer/gstbayer2rgb.c +++ b/gst/bayer/gstbayer2rgb.c @@ -21,7 +21,7 @@ * Logic enhanced by William Brack */ -/* +/** * SECTION:element-bayer2rgb * * Decodes raw camera bayer (fourcc BA81) to RGB. diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index cd0b8533da..73159b6472 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -30,7 +30,6 @@ /** * SECTION:element-deinterlace - * @short_description: Adaptively deinterlace video * * * diff --git a/gst/rawparse/gstaudioparse.c b/gst/rawparse/gstaudioparse.c index b8fcd82d15..def9803e08 100644 --- a/gst/rawparse/gstaudioparse.c +++ b/gst/rawparse/gstaudioparse.c @@ -20,7 +20,6 @@ */ /** * SECTION:element-audioparse - * @short_description: parses a byte stream into audio frames * * Converts a byte stream into audio frames. */ diff --git a/gst/rawparse/gstvideoparse.c b/gst/rawparse/gstvideoparse.c index 8f090f72fe..9d84e8a39e 100644 --- a/gst/rawparse/gstvideoparse.c +++ b/gst/rawparse/gstvideoparse.c @@ -21,7 +21,6 @@ */ /** * SECTION:element-videoparse - * @short_description: parses a byte stream into video frames * * Converts a byte stream into video frames. */ diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index c95f42efa7..0906a8dee6 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -19,7 +19,6 @@ /** * SECTION:element-gstrtpbin - * @short_description: handle media from one RTP bin * @see_also: gstrtpjitterbuffer, gstrtpsession, gstrtpptdemux, gstrtpssrcdemux * * diff --git a/gst/rtpmanager/gstrtpclient.c b/gst/rtpmanager/gstrtpclient.c index d3e2c6732f..faa493d153 100644 --- a/gst/rtpmanager/gstrtpclient.c +++ b/gst/rtpmanager/gstrtpclient.c @@ -19,7 +19,6 @@ /** * SECTION:element-gstrtpclient - * @short_description: handle media from one RTP client * @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpsession * * diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c index 17dd4a9099..8f876680e5 100644 --- a/gst/rtpmanager/gstrtpjitterbuffer.c +++ b/gst/rtpmanager/gstrtpjitterbuffer.c @@ -25,8 +25,6 @@ /** * SECTION:element-gstrtpjitterbuffer - * @short_description: buffer, reorder and remove duplicate RTP packets to - * compensate for network oddities. * * * diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c index b6df85265d..a3014b2ba8 100644 --- a/gst/rtpmanager/gstrtpptdemux.c +++ b/gst/rtpmanager/gstrtpptdemux.c @@ -25,7 +25,6 @@ /** * SECTION:element-gstrtpptdemux - * @short_description: separate RTP payloads based on the payload type * * * diff --git a/gst/rtpmanager/gstrtpsession.c b/gst/rtpmanager/gstrtpsession.c index 2afbf80253..a90cbbedc1 100644 --- a/gst/rtpmanager/gstrtpsession.c +++ b/gst/rtpmanager/gstrtpsession.c @@ -19,7 +19,6 @@ /** * SECTION:element-gstrtpsession - * @short_description: an RTP session manager * @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpptdemux, gstrtpssrcdemux * * diff --git a/gst/rtpmanager/gstrtpssrcdemux.c b/gst/rtpmanager/gstrtpssrcdemux.c index fa08d57ed9..0dcc1a95f1 100644 --- a/gst/rtpmanager/gstrtpssrcdemux.c +++ b/gst/rtpmanager/gstrtpssrcdemux.c @@ -21,7 +21,6 @@ /** * SECTION:element-gstrtpssrcdemux - * @short_description: separate RTP payloads based on the SSRC * * * diff --git a/gst/selector/gstinputselector.c b/gst/selector/gstinputselector.c index 7c963ad8f1..f0a8ba1369 100644 --- a/gst/selector/gstinputselector.c +++ b/gst/selector/gstinputselector.c @@ -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. diff --git a/gst/selector/gstoutputselector.c b/gst/selector/gstoutputselector.c index ea682a8f83..f447637e63 100644 --- a/gst/selector/gstoutputselector.c +++ b/gst/selector/gstoutputselector.c @@ -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. diff --git a/gst/videosignal/gstvideoanalyse.c b/gst/videosignal/gstvideoanalyse.c index 05b13ef52a..5678c5eac8 100644 --- a/gst/videosignal/gstvideoanalyse.c +++ b/gst/videosignal/gstvideoanalyse.c @@ -19,7 +19,6 @@ /** * SECTION:element-videoanalyse - * @short_description: Analyse and report about the video frame * * * diff --git a/gst/videosignal/gstvideodetect.c b/gst/videosignal/gstvideodetect.c index ec30fc76c2..90293f6d83 100644 --- a/gst/videosignal/gstvideodetect.c +++ b/gst/videosignal/gstvideodetect.c @@ -19,7 +19,6 @@ /** * SECTION:element-videodetect - * @short_description: Detect a pattern in a video signal * * * diff --git a/gst/videosignal/gstvideomark.c b/gst/videosignal/gstvideomark.c index f73d618ec8..1ec75773c5 100644 --- a/gst/videosignal/gstvideomark.c +++ b/gst/videosignal/gstvideomark.c @@ -19,7 +19,6 @@ /** * SECTION:element-videomark - * @short_description: Mark a pattern in a video signal * * * diff --git a/sys/oss4/oss4-mixer.c b/sys/oss4/oss4-mixer.c index 8970e0fd2d..e54ecfddaf 100644 --- a/sys/oss4/oss4-mixer.c +++ b/sys/oss4/oss4-mixer.c @@ -19,7 +19,6 @@ /** * SECTION:element-oss4mixer - * @short_description: element to control sound input and output levels with OSS4 * * * diff --git a/sys/oss4/oss4-sink.c b/sys/oss4/oss4-sink.c index 79bca8a2df..45cc2c5719 100644 --- a/sys/oss4/oss4-sink.c +++ b/sys/oss4/oss4-sink.c @@ -18,7 +18,6 @@ */ /** * SECTION:element-oss4sink - * @short_description: output sound using OSS4 * * * diff --git a/sys/oss4/oss4-source.c b/sys/oss4/oss4-source.c index c757972124..fd934bdd4d 100644 --- a/sys/oss4/oss4-source.c +++ b/sys/oss4/oss4-source.c @@ -19,7 +19,6 @@ /** * SECTION:element-oss4src - * @short_description: record sound from your sound card using OSS4 * * *