mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs/plugins/: Add/update docs stuff.
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/inspect/plugin-dtsdec.xml: * docs/plugins/inspect/plugin-mms.xml: * docs/plugins/inspect/plugin-mpeg2enc.xml: * docs/plugins/inspect/plugin-neon.xml: * docs/plugins/inspect/plugin-replaygain.xml: * docs/plugins/inspect/plugin-soundtouch.xml: * docs/plugins/inspect/plugin-spcdec.xml: * docs/plugins/inspect/plugin-swfdec.xml: * docs/plugins/inspect/plugin-videocrop.xml: * docs/plugins/inspect/plugin-wavpack.xml: Add/update docs stuff.
This commit is contained in:
parent
30c429a214
commit
9258adeea4
15 changed files with 1449 additions and 221 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
||||||
|
2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.args:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.interfaces:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.prerequisites:
|
||||||
|
* docs/plugins/inspect/plugin-dtsdec.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mms.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mpeg2enc.xml:
|
||||||
|
* docs/plugins/inspect/plugin-neon.xml:
|
||||||
|
* docs/plugins/inspect/plugin-replaygain.xml:
|
||||||
|
* docs/plugins/inspect/plugin-soundtouch.xml:
|
||||||
|
* docs/plugins/inspect/plugin-spcdec.xml:
|
||||||
|
* docs/plugins/inspect/plugin-swfdec.xml:
|
||||||
|
* docs/plugins/inspect/plugin-videocrop.xml:
|
||||||
|
* docs/plugins/inspect/plugin-wavpack.xml:
|
||||||
|
Add/update docs stuff.
|
||||||
|
|
||||||
2006-10-06 Tim-Philipp Müller <tim at centricular dot net>
|
2006-10-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
Patch by: René Stadler <mail at renestadler de>
|
Patch by: René Stadler <mail at renestadler de>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -8,19 +8,63 @@ GObject
|
||||||
GstElement
|
GstElement
|
||||||
GstBin
|
GstBin
|
||||||
GstPipeline
|
GstPipeline
|
||||||
GstQueue
|
|
||||||
GstBaseSink
|
GstBaseSink
|
||||||
|
AlsaSPDIFSink
|
||||||
GstVideoSink
|
GstVideoSink
|
||||||
|
GstSDLVideoSink
|
||||||
GstDfbVideoSink
|
GstDfbVideoSink
|
||||||
GstBaseTransform
|
GstGLImageSink
|
||||||
GstVideoCrop
|
GstBaseAudioSink
|
||||||
GstTRM
|
GstAudioSink
|
||||||
|
GstSDLAudioSink
|
||||||
|
GstSpcDec
|
||||||
|
GstPitch
|
||||||
|
GstXvidEnc
|
||||||
|
GstXvidDec
|
||||||
|
GstWavpackParse
|
||||||
GstWavpackDec
|
GstWavpackDec
|
||||||
GstWavpackEnc
|
GstWavpackEnc
|
||||||
GstWavpackParse
|
GstSwfdec
|
||||||
|
GstBaseSrc
|
||||||
|
GstPushSrc
|
||||||
|
GstNeonhttpSrc
|
||||||
|
GstMMS
|
||||||
|
GstTRM
|
||||||
|
GstMusepackDec
|
||||||
|
GstMpeg2enc
|
||||||
|
GstBz2enc
|
||||||
|
GstBz2dec
|
||||||
|
GstGSMEnc
|
||||||
|
GstGSMDec
|
||||||
|
GstFaad
|
||||||
|
GstFaac
|
||||||
|
GstDtsDec
|
||||||
|
GstBaseTransform
|
||||||
|
GstRgAnalysis
|
||||||
|
GstVideoCrop
|
||||||
|
GstSpectrum
|
||||||
|
GstIIR
|
||||||
|
GstLPWSinc
|
||||||
|
GstBPWSinc
|
||||||
|
GstNsfDec
|
||||||
|
GstH264Parse
|
||||||
|
GstXingMux
|
||||||
|
GstGDPDepay
|
||||||
|
GstGDPPay
|
||||||
|
GstFreeze
|
||||||
|
GstTtaParse
|
||||||
|
GstTtaDec
|
||||||
|
GstSpeed
|
||||||
|
GstQTDemux
|
||||||
|
GstModPlug
|
||||||
|
GstCDXAParse
|
||||||
GstPlugin
|
GstPlugin
|
||||||
GstRegistry
|
GstRegistry
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
GInterface
|
GInterface
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
|
GstURIHandler
|
||||||
|
GstImplementsInterface
|
||||||
|
GstXOverlay
|
||||||
|
GstNavigation
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
GstBin GstChildProxy
|
GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||||
|
GstDfbVideoSink GstImplementsInterface GstNavigation
|
||||||
|
GstNeonhttpSrc GstURIHandler
|
||||||
|
GstMMS GstURIHandler
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
|
GstImplementsInterface GstElement
|
||||||
|
GstXOverlay GstImplementsInterface GstElement
|
||||||
|
|
20
docs/plugins/inspect/plugin-dtsdec.xml
Normal file
20
docs/plugins/inspect/plugin-dtsdec.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>dtsdec</name>
|
||||||
|
<description>Decodes DTS audio streams</description>
|
||||||
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
|
<basename>libgstdtsdec.so</basename>
|
||||||
|
<version>0.10.3.1</version>
|
||||||
|
<license>GPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>dtsdec</name>
|
||||||
|
<longname>DTS audio decoder</longname>
|
||||||
|
<class>Codec/Decoder/Audio</class>
|
||||||
|
<description>Decodes DTS audio streams</description>
|
||||||
|
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
20
docs/plugins/inspect/plugin-mms.xml
Normal file
20
docs/plugins/inspect/plugin-mms.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>mms</name>
|
||||||
|
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||||
|
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||||
|
<basename>libgstmms.so</basename>
|
||||||
|
<version>0.10.3.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer</package>
|
||||||
|
<origin>http://gstreamer.net/</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>mmssrc</name>
|
||||||
|
<longname>MMS streaming source</longname>
|
||||||
|
<class>Source/Network</class>
|
||||||
|
<description>Receive data streamed via MSFT Multi Media Server protocol</description>
|
||||||
|
<author>Maciej Katafiasz <mathrick@users.sourceforge.net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
21
docs/plugins/inspect/plugin-mpeg2enc.xml
Normal file
21
docs/plugins/inspect/plugin-mpeg2enc.xml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<plugin>
|
||||||
|
<name>mpeg2enc</name>
|
||||||
|
<description>High-quality MPEG-1/2 video encoder</description>
|
||||||
|
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||||
|
<basename>libgstmpeg2enc.so</basename>
|
||||||
|
<version>0.10.3.1</version>
|
||||||
|
<license>GPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>mpeg2enc</name>
|
||||||
|
<longname>mpeg2enc video encoder</longname>
|
||||||
|
<class>Codec/Encoder/Video</class>
|
||||||
|
<description>High-quality MPEG-1/2 video encoder</description>
|
||||||
|
<author>Andrew Stevens <andrew.stevens@nexgo.de>
|
||||||
|
Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
|
@ -3,7 +3,7 @@
|
||||||
<description>lib neon http client src</description>
|
<description>lib neon http client src</description>
|
||||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||||
<basename>libgstneonhttpsrc.so</basename>
|
<basename>libgstneonhttpsrc.so</basename>
|
||||||
<version>0.10.3.1</version>
|
<version>0.10.2.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
20
docs/plugins/inspect/plugin-replaygain.xml
Normal file
20
docs/plugins/inspect/plugin-replaygain.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>replaygain</name>
|
||||||
|
<description>ReplayGain analysis</description>
|
||||||
|
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||||
|
<basename>libgstreplaygain.so</basename>
|
||||||
|
<version>0.10.3.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>rganalysis</name>
|
||||||
|
<longname>ReplayGain analysis</longname>
|
||||||
|
<class>Filter/Analyzer/Audio</class>
|
||||||
|
<description>Perform the ReplayGain analysis</description>
|
||||||
|
<author>René Stadler <mail@renestadler.de></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
20
docs/plugins/inspect/plugin-soundtouch.xml
Normal file
20
docs/plugins/inspect/plugin-soundtouch.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>soundtouch</name>
|
||||||
|
<description>Audio Pitch Controller</description>
|
||||||
|
<filename>../../ext/soundtouch/.libs/libgstpitch.so</filename>
|
||||||
|
<basename>libgstpitch.so</basename>
|
||||||
|
<version>0.10.3.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>pitch</name>
|
||||||
|
<longname>Pitch controller</longname>
|
||||||
|
<class>Filter/Converter/Audio</class>
|
||||||
|
<description>Control the pitch of an audio stream</description>
|
||||||
|
<author>Wouter Paesen <wouter@kangaroot.net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
20
docs/plugins/inspect/plugin-spcdec.xml
Normal file
20
docs/plugins/inspect/plugin-spcdec.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>spcdec</name>
|
||||||
|
<description>OpenSPC Audio Decoder</description>
|
||||||
|
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
||||||
|
<basename>libgstspc.so</basename>
|
||||||
|
<version>0.10.3.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>spcdec</name>
|
||||||
|
<longname>OpenSPC SPC decoder</longname>
|
||||||
|
<class>Codec/Audio/Decoder</class>
|
||||||
|
<description>Uses OpenSPC to emulate an SPC processor</description>
|
||||||
|
<author>Chris Lee <clee@kde.org></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
20
docs/plugins/inspect/plugin-swfdec.xml
Normal file
20
docs/plugins/inspect/plugin-swfdec.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>swfdec</name>
|
||||||
|
<description>Uses libswfdec to decode Flash video streams</description>
|
||||||
|
<filename>../../ext/swfdec/.libs/libgstswfdec.so</filename>
|
||||||
|
<basename>libgstswfdec.so</basename>
|
||||||
|
<version>0.10.3.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>swfdec</name>
|
||||||
|
<longname>SWF video decoder</longname>
|
||||||
|
<class>Codec/Decoder/Video</class>
|
||||||
|
<description>Uses libswfdec to decode Flash video streams</description>
|
||||||
|
<author>David Schleef <ds@schleef.org></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
20
docs/plugins/inspect/plugin-videocrop.xml
Normal file
20
docs/plugins/inspect/plugin-videocrop.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<plugin>
|
||||||
|
<name>videocrop</name>
|
||||||
|
<description>Crops video into a user-defined region</description>
|
||||||
|
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
||||||
|
<basename>libgstvideocrop.so</basename>
|
||||||
|
<version>0.10.3.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>videocrop</name>
|
||||||
|
<longname>Crop</longname>
|
||||||
|
<class>Filter/Effect/Video</class>
|
||||||
|
<description>Crops video into a user-defined region</description>
|
||||||
|
<author>Tim-Philipp Müller <tim centricular net></author>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
|
@ -28,7 +28,7 @@
|
||||||
<longname>WavePack parser</longname>
|
<longname>WavePack parser</longname>
|
||||||
<class>Codec/Demuxer/Audio</class>
|
<class>Codec/Demuxer/Audio</class>
|
||||||
<description>Parses Wavpack files</description>
|
<description>Parses Wavpack files</description>
|
||||||
<author>Sebastian Dröge <slomo@circular-chaos.org></author>
|
<author>Arwed v. Merkatz <v.merkatz@gmx.net>, Sebastian Dröge <slomo@circular-chaos.org></author>
|
||||||
</element>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
Loading…
Reference in a new issue