From 274a5b1f9c785471edb2bcd09d2ba9a00cc7dc18 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 22 Jan 2008 12:06:19 +0000 Subject: 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. --- docs/plugins/inspect/plugin-mpeg2enc.xml | 15 ++++----- docs/plugins/inspect/plugin-musepack.xml | 12 +++---- docs/plugins/inspect/plugin-tremor.xml | 55 ++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 14 deletions(-) create mode 100644 docs/plugins/inspect/plugin-tremor.xml (limited to 'docs/plugins/inspect') 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 @@ mpeg2enc video encoder Codec/Encoder/Video High-quality MPEG-1/2 video encoder - Andrew Stevens <andrew.stevens@nexgo.de> - Ronald Bultje <rbultje@ronald.bitfreak.net> + Andrew Stevens <andrew.stevens@nexgo.de>012Ronald Bultje <rbultje@ronald.bitfreak.net> - - src - source - always -
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 }
-
sink sink always
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 }
+ + src + source + always +
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 }
+
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 @@ -16,18 +16,18 @@ Musepack decoder Ronald Bultje <rbultje@ronald.bitfreak.net> - - src - source - always -
audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]
-
sink sink always
audio/x-musepack
+ + src + source + always +
audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]
+
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 @@ + + tremor + OGG Vorbis Tremor plugins element + ../../ext/ivorbis/.libs/libgstivorbis.so + libgstivorbis.so + 0.10.5.1 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins CVS/prerelease + Unknown package origin + + + ivorbisdec + Vorbis audio decoder + Codec/Decoder/Audio + decode raw vorbis streams to integer audio + Benjamin Otte <in7y118@public.uni-hamburg.de>012Chris Lord <chris@openedhand.com> + + + sink + sink + always +
audio/x-vorbis
+
+ + src + source + always +
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 6 ], endianness=(int)1234, width=(int)32, depth=(int)16, signed=(boolean)true
+
+
+
+ + tremor + Ogg Vorbis audio decoder + Codec/Decoder/Audio + Decodes OGG Vorbis audio using the Tremor vorbisfile API + Monty <monty@xiph.org>012Wim Taymans <wim.taymans@chello.be>012Amaury Jacquot <sxpert@esitcom.org> + + + src + source + always +
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 ]
+
+ + sink + sink + always +
application/ogg
+
+
+
+
+
\ No newline at end of file -- cgit v1.2.1