diff --git a/ChangeLog b/ChangeLog index 1d8a2b2c10..73151b8e54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-01-22 Stefan Kost + + * 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. + 2008-01-22 Stefan Kost * docs/plugins/Makefile.am: diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index a2f00323e8..92dfbfdb95 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -35,7 +35,7 @@ - + @@ -126,6 +126,7 @@ + diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index f89abfe3df..14959e7c11 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -19058,3 +19058,23 @@ FALSE + +Ivorbisfile::metadata +GstCaps + +r +Metadata +(logical) Stream metadata. + + + + +Ivorbisfile::streaminfo +GstCaps + +r +stream +(logical) Stream information. + + + diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index 8b23a976ce..739c7fa2c7 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 722b13575d..73c4617dcc 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 0000000000..e2159933e2 --- /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 diff --git a/ext/dc1394/gstdc1394.c b/ext/dc1394/gstdc1394.c index c9d6dc9037..9d81f72085 100644 --- a/ext/dc1394/gstdc1394.c +++ b/ext/dc1394/gstdc1394.c @@ -20,10 +20,15 @@ /** * SECTION:element-dc1394 + * @short_description: source for IIDC firewire cameras * * * Example launch line * + * Source for IIDC (Instrumentation & Industrial Digital Camera) firewire + * cameras. + * + * * * gst-launch -v dc1394 camera-number=0 ! xvimagesink *