summaryrefslogtreecommitdiffstats
path: root/docs/plugins
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-01-22 12:06:19 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-01-22 12:06:19 +0000
commit274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18 (patch)
treedb386399b5d28067e62b0de916bbda27bfff9efb /docs/plugins
parent670db4aade1e49957b7b29a7c7513373bcc45288 (diff)
downloadgst-plugins-bad-274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18.tar.gz
gst-plugins-bad-274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18.tar.bz2
gst-plugins-bad-274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18.zip
docs/plugins/: Regenerate.
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/inspect/plugin-mpeg2enc.xml: * docs/plugins/inspect/plugin-musepack.xml: Regenerate. * docs/plugins/inspect/plugin-tremor.xml: Add vorbisidec aka trmor. * ext/dc1394/gstdc1394.c: Add short description.
Diffstat (limited to 'docs/plugins')
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml3
-rw-r--r--docs/plugins/gst-plugins-bad-plugins.args20
-rw-r--r--docs/plugins/inspect/plugin-mpeg2enc.xml15
-rw-r--r--docs/plugins/inspect/plugin-musepack.xml12
-rw-r--r--docs/plugins/inspect/plugin-tremor.xml55
5 files changed, 90 insertions, 15 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index a2f00323..92dfbfdb 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -35,7 +35,7 @@
<xi:include href="xml/element-gstrtpptdemux.xml" />
<xi:include href="xml/element-gstrtpsession.xml" />
<xi:include href="xml/element-gstrtpssrcdemux.xml" />
- <!--xi:include href="xml/element-ivorbisdec.xml" /-->
+ <xi:include href="xml/element-ivorbisdec.xml" />
<xi:include href="xml/element-jackaudiosink.xml" />
<xi:include href="xml/element-lpwsinc.xml" />
<xi:include href="xml/element-modplug.xml" />
@@ -126,6 +126,7 @@
<xi:include href="xml/plugin-swfdec.xml" />
<xi:include href="xml/plugin-switch.xml" />
<xi:include href="xml/plugin-timidity.xml" />
+ <xi:include href="xml/plugin-tremor.xml" />
<xi:include href="xml/plugin-tta.xml" />
<xi:include href="xml/plugin-vcdsrc.xml" />
<xi:include href="xml/plugin-videocrop.xml" />
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args
index f89abfe3..14959e7c 100644
--- a/docs/plugins/gst-plugins-bad-plugins.args
+++ b/docs/plugins/gst-plugins-bad-plugins.args
@@ -19058,3 +19058,23 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>
+<ARG>
+<NAME>Ivorbisfile::metadata</NAME>
+<TYPE>GstCaps</TYPE>
+<RANGE></RANGE>
+<FLAGS>r</FLAGS>
+<NICK>Metadata</NICK>
+<BLURB>(logical) Stream metadata.</BLURB>
+<DEFAULT></DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Ivorbisfile::streaminfo</NAME>
+<TYPE>GstCaps</TYPE>
+<RANGE></RANGE>
+<FLAGS>r</FLAGS>
+<NICK>stream</NICK>
+<BLURB>(logical) Stream information.</BLURB>
+<DEFAULT></DEFAULT>
+</ARG>
+
diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml
index 8b23a976..739c7fa2 100644
--- a/docs/plugins/inspect/plugin-mpeg2enc.xml
+++ b/docs/plugins/inspect/plugin-mpeg2enc.xml
@@ -14,21 +14,20 @@
<longname>mpeg2enc video encoder</longname>
<class>Codec/Encoder/Video</class>
<description>High-quality MPEG-1/2 video encoder</description>
- <author>Andrew Stevens &lt;andrew.stevens@nexgo.de&gt;
- Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ <author>Andrew Stevens &lt;andrew.stevens@nexgo.de&gt;012Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
<pads>
<caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details>
- </caps>
- <caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details>
</caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml
index 722b1357..73c4617d 100644
--- a/docs/plugins/inspect/plugin-musepack.xml
+++ b/docs/plugins/inspect/plugin-musepack.xml
@@ -17,17 +17,17 @@
<author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
<pads>
<caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]</details>
- </caps>
- <caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-musepack</details>
</caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-tremor.xml b/docs/plugins/inspect/plugin-tremor.xml
new file mode 100644
index 00000000..e2159933
--- /dev/null
+++ b/docs/plugins/inspect/plugin-tremor.xml
@@ -0,0 +1,55 @@
+<plugin>
+ <name>tremor</name>
+ <description>OGG Vorbis Tremor plugins element</description>
+ <filename>../../ext/ivorbis/.libs/libgstivorbis.so</filename>
+ <basename>libgstivorbis.so</basename>
+ <version>0.10.5.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>ivorbisdec</name>
+ <longname>Vorbis audio decoder</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>decode raw vorbis streams to integer audio</description>
+ <author>Benjamin Otte &lt;in7y118@public.uni-hamburg.de&gt;012Chris Lord &lt;chris@openedhand.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-vorbis</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 6 ], endianness=(int)1234, width=(int)32, depth=(int)16, signed=(boolean)true</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>tremor</name>
+ <longname>Ogg Vorbis audio decoder</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>Decodes OGG Vorbis audio using the Tremor vorbisfile API</description>
+ <author>Monty &lt;monty@xiph.org&gt;012Wim Taymans &lt;wim.taymans@chello.be&gt;012Amaury Jacquot &lt;sxpert@esitcom.org&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-float, depth=(int)32, endianness=(int)1234, rate=(int)[ 11025, 48000 ], channels=(int)2; audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 11025, 48000 ], channels=(int)[ 1, 2 ]</details>
+ </caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>application/ogg</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file