mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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.
This commit is contained in:
parent
95fd5d2fa0
commit
15b9246617
26 changed files with 10 additions and 34 deletions
17
ChangeLog
17
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:
|
||||
|
@ -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>
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-dc1394
|
||||
* @short_description: source for IIDC firewire cameras
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-ivorbisdec
|
||||
* @short_description: a decoder that decodes Vorbis to raw audio
|
||||
* @see_also: vorbisenc, oggdemux
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-jackaudiosink
|
||||
* @short_description: JACK audio sink
|
||||
* @see_also: #GstBaseAudioSink, #GstRingBuffer
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
|
||||
/**
|
||||
* SECTION: element-metadatademux
|
||||
* @short_description: element that parse or demux metadata from image files
|
||||
* @see_also: #metadatamux
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-mythtvsrc
|
||||
* @short_description: stream from remore mythtv server
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-theoradecexp
|
||||
* @short_description: decoder theora video using the experimental decoder
|
||||
* @see_also: theoradec, theoraenc, oggdemux
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-appsink
|
||||
* @short_description: hand data to an application
|
||||
* @see_also: #GstBaseSrc
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* Logic enhanced by William Brack <wbrack@mmm.com.hk>
|
||||
*/
|
||||
|
||||
/*
|
||||
/**
|
||||
* SECTION:element-bayer2rgb
|
||||
*
|
||||
* Decodes raw camera bayer (fourcc BA81) to RGB.
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-deinterlace
|
||||
* @short_description: Adaptively deinterlace video
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*/
|
||||
/**
|
||||
* SECTION:element-audioparse
|
||||
* @short_description: parses a byte stream into audio frames
|
||||
*
|
||||
* Converts a byte stream into audio frames.
|
||||
*/
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
*/
|
||||
/**
|
||||
* SECTION:element-videoparse
|
||||
* @short_description: parses a byte stream into video frames
|
||||
*
|
||||
* Converts a byte stream into video frames.
|
||||
*/
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-gstrtpbin
|
||||
* @short_description: handle media from one RTP bin
|
||||
* @see_also: gstrtpjitterbuffer, gstrtpsession, gstrtpptdemux, gstrtpssrcdemux
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-gstrtpclient
|
||||
* @short_description: handle media from one RTP client
|
||||
* @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpsession
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-gstrtpjitterbuffer
|
||||
* @short_description: buffer, reorder and remove duplicate RTP packets to
|
||||
* compensate for network oddities.
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-gstrtpptdemux
|
||||
* @short_description: separate RTP payloads based on the payload type
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-gstrtpsession
|
||||
* @short_description: an RTP session manager
|
||||
* @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpptdemux, gstrtpssrcdemux
|
||||
*
|
||||
* <refsect2>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-gstrtpssrcdemux
|
||||
* @short_description: separate RTP payloads based on the SSRC
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-videoanalyse
|
||||
* @short_description: Analyse and report about the video frame
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-videodetect
|
||||
* @short_description: Detect a pattern in a video signal
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-videomark
|
||||
* @short_description: Mark a pattern in a video signal
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-oss4mixer
|
||||
* @short_description: element to control sound input and output levels with OSS4
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
/**
|
||||
* SECTION:element-oss4sink
|
||||
* @short_description: output sound using OSS4
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-oss4src
|
||||
* @short_description: record sound from your sound card using OSS4
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
Loading…
Reference in a new issue