diff options
26 files changed, 10 insertions, 34 deletions
@@ -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: @@ -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 <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> diff --git a/ext/dc1394/gstdc1394.c b/ext/dc1394/gstdc1394.c index e2d93225..7eb26607 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 * * <refsect2> * <title>Example launch line</title> diff --git a/ext/ivorbis/vorbisdec.c b/ext/ivorbis/vorbisdec.c index df0b6ca4..75e05336 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 * * <refsect2> diff --git a/ext/jack/gstjackaudiosink.c b/ext/jack/gstjackaudiosink.c index 27b09792..5710eda6 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 * * <refsect2> diff --git a/ext/metadata/gstmetadatademux.c b/ext/metadata/gstmetadatademux.c index 779548df..b552b19e 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 * * <refsect2> diff --git a/ext/mythtv/gstmythtvsrc.c b/ext/mythtv/gstmythtvsrc.c index 61a836d5..60a445f0 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 * * <refsect2> * <para> diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index c7b9545c..4a46c826 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 * * <refsect2> diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index cd5779cb..4616c81f 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 * * <refsect2> diff --git a/gst/bayer/gstbayer2rgb.c b/gst/bayer/gstbayer2rgb.c index ffc0a91c..cbaa799c 100644 --- a/gst/bayer/gstbayer2rgb.c +++ b/gst/bayer/gstbayer2rgb.c @@ -21,7 +21,7 @@ * Logic enhanced by William Brack <wbrack@mmm.com.hk> */ -/* +/** * SECTION:element-bayer2rgb * * Decodes raw camera bayer (fourcc BA81) to RGB. diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index cd0b8533..73159b64 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -30,7 +30,6 @@ /** * SECTION:element-deinterlace - * @short_description: Adaptively deinterlace video * * <refsect2> * <para> diff --git a/gst/rawparse/gstaudioparse.c b/gst/rawparse/gstaudioparse.c index b8fcd82d..def9803e 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 8f090f72..9d84e8a3 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 c95f42ef..0906a8de 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 * * <refsect2> diff --git a/gst/rtpmanager/gstrtpclient.c b/gst/rtpmanager/gstrtpclient.c index d3e2c673..faa493d1 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 * * <refsect2> diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c index 17dd4a90..8f876680 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. * * <refsect2> * <para> diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c index b6df8526..a3014b2b 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 * * <refsect2> * <para> diff --git a/gst/rtpmanager/gstrtpsession.c b/gst/rtpmanager/gstrtpsession.c index 2afbf802..a90cbbed 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 * * <refsect2> diff --git a/gst/rtpmanager/gstrtpssrcdemux.c b/gst/rtpmanager/gstrtpssrcdemux.c index fa08d57e..0dcc1a95 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 * * <refsect2> * <para> diff --git a/gst/selector/gstinputselector.c b/gst/selector/gstinputselector.c index 7c963ad8..f0a8ba13 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 ea682a8f..f447637e 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 05b13ef5..5678c5ea 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 * * <refsect2> * <para> diff --git a/gst/videosignal/gstvideodetect.c b/gst/videosignal/gstvideodetect.c index ec30fc76..90293f6d 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 * * <refsect2> * <para> diff --git a/gst/videosignal/gstvideomark.c b/gst/videosignal/gstvideomark.c index f73d618e..1ec75773 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 * * <refsect2> * <para> diff --git a/sys/oss4/oss4-mixer.c b/sys/oss4/oss4-mixer.c index 8970e0fd..e54ecfdd 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 * * <refsect2> * <para> diff --git a/sys/oss4/oss4-sink.c b/sys/oss4/oss4-sink.c index 79bca8a2..45cc2c57 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 * * <refsect2> * <para> diff --git a/sys/oss4/oss4-source.c b/sys/oss4/oss4-source.c index c7579721..fd934bdd 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 * * <refsect2> * <para> |