docs/plugins/: Add the docs of the new elements.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.interfaces:
* docs/plugins/inspect/plugin-autodetect.xml:
Add the docs of the new elements.
This commit is contained in:
Stefan Kost 2008-10-27 09:21:44 +00:00
parent ebd13c46d4
commit 7f237108ea
8 changed files with 193 additions and 99 deletions

View file

@ -1,3 +1,14 @@
2008-10-27 Stefan Kost <ensonic@users.sf.net>
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.interfaces:
* docs/plugins/inspect/plugin-autodetect.xml:
Add the docs of the new elements.
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/autodetect/gstautoaudiosrc.c: * gst/autodetect/gstautoaudiosrc.c:

View file

@ -115,7 +115,9 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/audiofx/audiowsincband.h \ $(top_srcdir)/gst/audiofx/audiowsincband.h \
$(top_srcdir)/gst/audiofx/audiowsinclimit.h \ $(top_srcdir)/gst/audiofx/audiowsinclimit.h \
$(top_srcdir)/gst/autodetect/gstautoaudiosink.h \ $(top_srcdir)/gst/autodetect/gstautoaudiosink.h \
$(top_srcdir)/gst/autodetect/gstautoaudiosrc.h \
$(top_srcdir)/gst/autodetect/gstautovideosink.h \ $(top_srcdir)/gst/autodetect/gstautovideosink.h \
$(top_srcdir)/gst/autodetect/gstautovideosrc.h \
$(top_srcdir)/gst/avi/gstavidemux.h \ $(top_srcdir)/gst/avi/gstavidemux.h \
$(top_srcdir)/gst/avi/gstavimux.h \ $(top_srcdir)/gst/avi/gstavimux.h \
$(top_srcdir)/gst/avi/gstavisubtitle.h \ $(top_srcdir)/gst/avi/gstavisubtitle.h \

View file

@ -26,7 +26,9 @@
<xi:include href="xml/element-audiopanorama.xml" /> <xi:include href="xml/element-audiopanorama.xml" />
<xi:include href="xml/element-audiokaraoke.xml" /> <xi:include href="xml/element-audiokaraoke.xml" />
<xi:include href="xml/element-autoaudiosink.xml" /> <xi:include href="xml/element-autoaudiosink.xml" />
<xi:include href="xml/element-autoaudiosrc.xml" />
<xi:include href="xml/element-autovideosink.xml" /> <xi:include href="xml/element-autovideosink.xml" />
<xi:include href="xml/element-autovideosrc.xml" />
<xi:include href="xml/element-avidemux.xml" /> <xi:include href="xml/element-avidemux.xml" />
<xi:include href="xml/element-avimux.xml" /> <xi:include href="xml/element-avimux.xml" />
<xi:include href="xml/element-avisubtitle.xml" /> <xi:include href="xml/element-avisubtitle.xml" />

View file

@ -210,6 +210,20 @@ GST_IS_AUTO_AUDIO_SINK_CLASS
gst_auto_audio_sink_get_type gst_auto_audio_sink_get_type
</SECTION> </SECTION>
<SECTION>
<FILE>element-autoaudiosrc</FILE>
<TITLE>autoaudiosrc</TITLE>
GstAutoAudioSrc
<SUBSECTION Standard>
GstAutoAudioSrcClass
GST_TYPE_AUTO_AUDIO_SRC
GST_AUTO_AUDIO_SRC
GST_AUTO_AUDIO_SRC_CLASS
GST_IS_AUTO_AUDIO_SRC
GST_IS_AUTO_AUDIO_SRC_CLASS
gst_auto_audio_src_get_type
</SECTION>
<SECTION> <SECTION>
<FILE>element-autovideosink</FILE> <FILE>element-autovideosink</FILE>
<TITLE>autovideosink</TITLE> <TITLE>autovideosink</TITLE>
@ -224,6 +238,20 @@ GST_IS_AUTO_VIDEO_SINK_CLASS
gst_auto_video_sink_get_type gst_auto_video_sink_get_type
</SECTION> </SECTION>
<SECTION>
<FILE>element-autovideosrc</FILE>
<TITLE>autovideosrc</TITLE>
GstAutoVideoSrc
<SUBSECTION Standard>
GstAutoVideoSrcClass
GST_TYPE_AUTO_VIDEO_SRC
GST_AUTO_VIDEO_SRC
GST_AUTO_VIDEO_SRC_CLASS
GST_IS_AUTO_VIDEO_SRC
GST_IS_AUTO_VIDEO_SRC_CLASS
gst_auto_video_src_get_type
</SECTION>
<SECTION> <SECTION>
<FILE>element-avidemux</FILE> <FILE>element-avidemux</FILE>
<TITLE>avidemux</TITLE> <TITLE>avidemux</TITLE>

View file

@ -19568,3 +19568,23 @@
<DEFAULT>TRUE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstAutoVideoSrc::filter-caps</NAME>
<TYPE>GstCaps*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Filter caps</NICK>
<BLURB>Filter src candidates using these caps.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstAutoAudioSrc::filter-caps</NAME>
<TYPE>GstCaps*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Filter caps</NICK>
<BLURB>Filter sink candidates using these caps.</BLURB>
<DEFAULT></DEFAULT>
</ARG>

View file

@ -1,8 +1,8 @@
GObject GObject
GstObject GstObject
GstPad GstPad
GstInterleavePad
GstVideoMixerPad GstVideoMixerPad
GstInterleavePad
GstPadTemplate GstPadTemplate
GstPluginFeature GstPluginFeature
GstElementFactory GstElementFactory
@ -18,30 +18,28 @@ GObject
GstSwitchSink GstSwitchSink
GstGConfAudioSink GstGConfAudioSink
GstGConfAudioSrc GstGConfAudioSrc
GstAutoVideoSink
GstAutoAudioSink
GstRgVolume GstRgVolume
GstRTSPSrc GstRTSPSrc
GstAutoVideoSink
GstAutoVideoSrc
GstAutoAudioSink
GstAutoAudioSrc
GstBaseSink GstBaseSink
GstBaseAudioSink GstBaseAudioSink
GstAudioSink GstAudioSink
GstEsdSink
GstPulseSink GstPulseSink
GstEsdSink
GstOssSink GstOssSink
GstShout2send GstShout2send
GstCACASink GstCACASink
GstVideoSink GstVideoSink
GstGdkPixbufSink GstGdkPixbufSink
GstAASink GstAASink
GstTest GstMultiFileSink
GstMultiUDPSink GstMultiUDPSink
GstUDPSink GstUDPSink
GstDynUDPSink GstDynUDPSink
GstMultiFileSink GstTest
GstJpegEnc
GstJpegDec
GstSmokeEnc
GstSmokeDec
GstBaseSrc GstBaseSrc
GstPushSrc GstPushSrc
GstBaseAudioSrc GstBaseAudioSrc
@ -49,38 +47,31 @@ GObject
GstPulseSrc GstPulseSrc
GstOssSrc GstOssSrc
GstSoupHTTPSrc GstSoupHTTPSrc
GstDV1394Src GstCddaBaseSrc
GstHDV1394Src GstCdioCddaSrc
GstV4l2Src
GstXImageSrc GstXImageSrc
GstUDPSrc GstV4l2Src
GstMultiFileSrc GstMultiFileSrc
GstUDPSrc
GstPulseMixer GstPulseMixer
GstFlacEnc GstWavpackParse
GstFlacDec GstWavpackDec
GstFlacTag GstWavpackEnc
GstTagLibMux GstTagLibMux
GstId3v2Mux GstId3v2Mux
GstApev2Mux GstApev2Mux
GstCairoTextOverlay GstSpeexEnc
GstSpeexDec
GstPngDec
GstPngEnc
GstJpegEnc
GstJpegDec
GstSmokeEnc
GstSmokeDec
GstGdkPixbuf
GstBaseTransform GstBaseTransform
GstCairoTimeOverlay
GstPixbufScale GstPixbufScale
GstLevel GstCairoTimeOverlay
GstVideoFilter
GstEdgeTV
GstAgingTV
GstDiceTV
GstWarpTV
GstShagadelicTV
GstVertigoTV
GstRevTV
GstQuarkTV
GstVideoBalance
GstVideoFlip
GstGamma
GstNavigationtest
GstSMPTEAlpha
GstRgAnalysis GstRgAnalysis
GstRgLimiter GstRgLimiter
GstAudioFilter GstAudioFilter
@ -97,31 +88,43 @@ GObject
GstAudioChebBand GstAudioChebBand
GstAudioWSincLimit GstAudioWSincLimit
GstAudioWSincBand GstAudioWSincBand
GstAlpha GstVideoCrop
GstAlphaColor
GstAudioPanorama GstAudioPanorama
GstVideoFilter
GstGamma
GstVideoBalance
GstVideoFlip
GstSMPTEAlpha
GstEdgeTV
GstAgingTV
GstDiceTV
GstWarpTV
GstShagadelicTV
GstVertigoTV
GstRevTV
GstQuarkTV
GstNavigationtest
GstVideoBox
GstLevel
GstBreakMyData GstBreakMyData
GstNavSeek GstNavSeek
GstProgressReport GstProgressReport
GstTagInject GstTagInject
GstVideoBox GstAlphaColor
GstVideoCrop GstAlpha
GstPngDec GstFlacEnc
GstPngEnc GstFlacDec
GstWavpackParse GstFlacTag
GstWavpackDec
GstWavpackEnc
GstGdkPixbuf
GstCmmlEnc
GstCmmlDec
GstSpeexEnc
GstSpeexDec
GstDVDemux GstDVDemux
GstDVDec GstDVDec
GstCairoTextOverlay
GstCmmlEnc
GstCmmlDec
GstOssMixerElement GstOssMixerElement
GstWavEnc GstGoom2k1
GstRTPDepay GstQTDemux
GstBaseRTPDepayload GstBaseRTPDepayload
GstRtpXQTDepay
GstRtpAC3Depay GstRtpAC3Depay
GstRTPDVDepay GstRTPDVDepay
GstRTPiLBCDepay GstRTPiLBCDepay
@ -147,7 +150,13 @@ GObject
GstRtpTheoraDepay GstRtpTheoraDepay
GstRtpVorbisDepay GstRtpVorbisDepay
GstRtpVRawDepay GstRtpVRawDepay
GstRtpXQTDepay GstWavParse
GstWavEnc
GstVideoMixer
GstSMPTE
GstRTPDec
GstRTSPGoogle
GstRTPDepay
GstBaseRTPPayload GstBaseRTPPayload
GstRTPDVPay GstRTPDVPay
GstBaseRTPAudioPayload GstBaseRTPAudioPayload
@ -173,38 +182,31 @@ GObject
GstRtpVorbisPay GstRtpVorbisPay
GstRtpVRawPay GstRtpVRawPay
GstAsteriskh263 GstAsteriskh263
GstMultipartDemux
GstMultipartMux
GstMonoscope
GstEbmlRead
GstMatroskaDemux
GstMatroskaMux
GstMuLawEnc
GstMuLawDec
GstALawEnc
GstALawDec
GstInterleave
GstDeinterleave
GstTagDemux GstTagDemux
GstID3Demux GstID3Demux
GstApeDemux GstApeDemux
GstICYDemux GstICYDemux
GstALawEnc
GstALawDec
GstMuLawEnc
GstMuLawDec
GstQTDemux
GstWavParse
GstCutter
GstMultipartDemux
GstMultipartMux
GstGoom GstGoom
GstEFence
GstRndBufferSize
GstSMPTE
GstRTPDec
GstRTSPGoogle
GstInterleave
GstDeinterleave
GstVideoMixer
GstAuParse
GstMonoscope
GstFlxDec GstFlxDec
GstEbmlRead GstRndBufferSize
GstMatroskaDemux GstEFence
GstMatroskaMux GstCutter
GstGoom2k1
GstAviDemux GstAviDemux
GstAviMux GstAviMux
GstAviSubtitle GstAviSubtitle
GstAuParse
GstBus GstBus
GstTask GstTask
GstClock GstClock
@ -214,8 +216,6 @@ GObject
GstRegistry GstRegistry
GstRingBuffer GstRingBuffer
GstSignalObject GstSignalObject
GstMixerTrack
GstMixerOptions
GdkPixbuf GdkPixbuf
GstCmmlTagStream GstCmmlTagStream
GstCmmlTagHead GstCmmlTagHead
@ -234,4 +234,5 @@ GInterface
GstTuner GstTuner
GstColorBalance GstColorBalance
GstVideoOrientation GstVideoOrientation
GstPreset
GstRTSPExtension GstRTSPExtension

View file

@ -7,34 +7,36 @@ GstGConfVideoSrc GstChildProxy
GstSwitchSink GstChildProxy GstSwitchSink GstChildProxy
GstGConfAudioSink GstChildProxy GstGConfAudioSink GstChildProxy
GstGConfAudioSrc GstChildProxy GstGConfAudioSrc GstChildProxy
GstAutoVideoSink GstChildProxy
GstAutoAudioSink GstChildProxy
GstRgVolume GstChildProxy GstRgVolume GstChildProxy
GstRTSPSrc GstChildProxy GstURIHandler GstRTSPSrc GstChildProxy GstURIHandler
GstPulseSink GstPropertyProbe GstImplementsInterface GstAutoVideoSink GstChildProxy
GstAutoVideoSrc GstChildProxy
GstAutoAudioSink GstChildProxy
GstAutoAudioSrc GstChildProxy
GstPulseSink GstImplementsInterface GstPropertyProbe
GstShout2send GstTagSetter GstShout2send GstTagSetter
GstUDPSink GstURIHandler GstUDPSink GstURIHandler
GstPulseSrc GstPropertyProbe GstImplementsInterface GstMixer GstPulseSrc GstImplementsInterface GstPropertyProbe GstMixer
GstOssSrc GstImplementsInterface GstMixer GstOssSrc GstImplementsInterface GstMixer
GstSoupHTTPSrc GstURIHandler GstSoupHTTPSrc GstURIHandler
GstDV1394Src GstPropertyProbe GstURIHandler GstCddaBaseSrc GstURIHandler
GstHDV1394Src GstPropertyProbe GstURIHandler GstCdioCddaSrc GstURIHandler
GstV4l2Src GstPropertyProbe GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstV4l2Src GstImplementsInterface GstPropertyProbe GstTuner GstColorBalance GstVideoOrientation
GstUDPSrc GstURIHandler GstUDPSrc GstURIHandler
GstPulseMixer GstPropertyProbe GstImplementsInterface GstMixer GstPulseMixer GstImplementsInterface GstPropertyProbe GstMixer
GstFlacEnc GstTagSetter
GstFlacTag GstTagSetter
GstTagLibMux GstTagSetter GstTagLibMux GstTagSetter
GstId3v2Mux GstTagSetter GstId3v2Mux GstTagSetter
GstApev2Mux GstTagSetter GstApev2Mux GstTagSetter
GstVideoBalance GstImplementsInterface GstColorBalance GstSpeexEnc GstTagSetter
GstIirEqualizer GstChildProxy GstIirEqualizer GstChildProxy
GstIirEqualizerNBands GstChildProxy GstIirEqualizerNBands GstChildProxy
GstIirEqualizer3Bands GstChildProxy GstIirEqualizer3Bands GstChildProxy GstPreset
GstIirEqualizer10Bands GstChildProxy GstIirEqualizer10Bands GstChildProxy GstPreset
GstSpeexEnc GstTagSetter GstVideoBalance GstImplementsInterface GstColorBalance
GstFlacEnc GstTagSetter
GstFlacTag GstTagSetter
GstOssMixerElement GstImplementsInterface GstMixer GstOssMixerElement GstImplementsInterface GstMixer
GstRTSPGoogle GstRTSPExtension
GstVideoMixer GstChildProxy GstVideoMixer GstChildProxy
GstRTSPGoogle GstRTSPExtension
GstMatroskaMux GstTagSetter GstMatroskaMux GstTagSetter
GstAviMux GstTagSetter GstAviMux GstTagSetter

View file

@ -1,21 +1,20 @@
<plugin> <plugin>
<name>autodetect</name> <name>autodetect</name>
<description>Plugin contains auto-detection plugins for video/audio outputs</description> <description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename> <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
<basename>libgstautodetect.so</basename> <basename>libgstautodetect.so</basename>
<version>0.10.11</version> <version>0.10.10.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins CVS/prerelease</package>
<origin>Unknown package origin</origin> <origin>http://gstreamer.freedesktop.org</origin>
<elements> <elements>
<element> <element>
<name>autoaudiosink</name> <name>autoaudiosink</name>
<longname>Auto audio sink</longname> <longname>Auto audio sink</longname>
<class>Sink/Audio</class> <class>Sink/Audio</class>
<description>Wrapper audio sink for automatically detected audio sink</description> <description>Wrapper audio sink for automatically detected audio sink</description>
<author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt; <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;012Jan Schmidt &lt;thaytan@noraisin.net&gt;</author>
Jan Schmidt &lt;thaytan@noraisin.net</author>
<pads> <pads>
<caps> <caps>
<name>sink</name> <name>sink</name>
@ -25,13 +24,27 @@
</caps> </caps>
</pads> </pads>
</element> </element>
<element>
<name>autoaudiosrc</name>
<longname>Auto audio source</longname>
<class>Sink/Audio</class>
<description>Wrapper audio source for automatically detected audio source</description>
<author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;012Jan Schmidt &lt;thaytan@noraisin.net&gt;012Stefan Kost &lt;ensonic@users.sf.net&gt;</author>
<pads>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>ANY</details>
</caps>
</pads>
</element>
<element> <element>
<name>autovideosink</name> <name>autovideosink</name>
<longname>Auto video sink</longname> <longname>Auto video sink</longname>
<class>Sink/Video</class> <class>Sink/Video</class>
<description>Wrapper video sink for automatically detected video sink</description> <description>Wrapper video sink for automatically detected video sink</description>
<author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt; <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;012Jan Schmidt &lt;thaytan@noraisin.net&gt;</author>
Jan Schmidt &lt;thaytan@noraisin.net</author>
<pads> <pads>
<caps> <caps>
<name>sink</name> <name>sink</name>
@ -41,5 +54,20 @@
</caps> </caps>
</pads> </pads>
</element> </element>
<element>
<name>autovideosrc</name>
<longname>Auto video source</longname>
<class>Source/Video</class>
<description>Wrapper video source for automatically detected video source</description>
<author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;012Jan Schmidt &lt;thaytan@noraisin.net&gt;012Stefan Kost &lt;ensonic@users.sf.net&gt;</author>
<pads>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>ANY</details>
</caps>
</pads>
</element>
</elements> </elements>
</plugin> </plugin>