summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-21 00:15:22 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-21 00:15:22 +0000
commitccccd4e289666258aec7a4f78917622901f6cff4 (patch)
tree9d2c87b706b5f3857de562b10e0d3f28cf93ae0a
parent3cf5f935c5a49f58025ee86a5033613f9b339a6f (diff)
Release 0.10.7 - I Cheated TimeRELEASE-0_10_7
Original commit message from CVS: Release 0.10.7 - I Cheated Time
-rw-r--r--ChangeLog7
-rw-r--r--NEWS46
-rw-r--r--RELEASE87
-rw-r--r--configure.ac2
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.args14
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.hierarchy34
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.interfaces4
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.prerequisites2
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.signals43
-rw-r--r--docs/plugins/inspect/plugin-a52dec.xml16
-rw-r--r--docs/plugins/inspect/plugin-asf.xml20
-rw-r--r--docs/plugins/inspect/plugin-dvdlpcmdec.xml19
-rw-r--r--docs/plugins/inspect/plugin-dvdread.xml4
-rw-r--r--docs/plugins/inspect/plugin-dvdsub.xml28
-rw-r--r--docs/plugins/inspect/plugin-iec958.xml16
-rw-r--r--docs/plugins/inspect/plugin-lame.xml16
-rw-r--r--docs/plugins/inspect/plugin-mad.xml28
-rw-r--r--docs/plugins/inspect/plugin-mpeg2dec.xml16
-rw-r--r--docs/plugins/inspect/plugin-mpegaudioparse.xml6
-rw-r--r--docs/plugins/inspect/plugin-mpegstream.xml82
-rw-r--r--docs/plugins/inspect/plugin-realmedia.xml66
-rw-r--r--docs/plugins/inspect/plugin-siddec.xml16
-rw-r--r--gst-plugins-ugly.doap11
-rw-r--r--po/LINGUAS2
24 files changed, 367 insertions, 218 deletions
diff --git a/ChangeLog b/ChangeLog
index 690def5b..2e81a7ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.7 ===
+
+2008-02-20 Jan Schmidt <jan.schmidt@sun.com>
+
+ * configure.ac:
+ releasing 0.10.7, "I Cheated Time"
+
2008-02-18 Jan Schmidt <jan.schmidt@sun.com>
* tests/check/Makefile.am:
diff --git a/NEWS b/NEWS
index cde11cbc..39d4e2a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,48 @@
-This is GStreamer Ugly Plug-ins 0.10.6 "The Sacrifice"
+This is GStreamer Ugly Plug-ins 0.10.7 "I Cheated Time"
+
+Changes since 0.10.6:
+
+ * Many bug fixes and improvements
+ * Accurate seeking support in mp3
+ * xingmux moved from -bad
+ * RealMedia and WMS RTSP support
+ * LAME mp3 encoder fixes
+ * Support non-square pixels in ASF
+ * rmdemux fixes
+ * amrnb fixes
+ * dvdreadsrc seeking fix
+ * Initial MPEG-2 reverse playback support
+ * New element: dvdsubdec
+
+Bugs fixed since 0.10.6:
+
+ * 358891 : [dvdreadsrc] aborts due to src- > cur_pack == dsi_pack.dsi_...
+ * 337681 : Seeking problem with MP3s in banshee and rhythmbox
+ * 414988 : Stream encoded by lame has gap after decoding
+ * 427309 : [rmdemux] trouble playing RV10 video
+ * 439390 : [lame] fix up so we can control sample rate conversion
+ * 450879 : Missing files in po/POTFILES.in
+ * 452025 : ./configure breaks when cross-compiling LAME
+ * 454311 : missing xml/{element-synaesthesia-details.xml,plugin-syna...
+ * 466442 : amrnbenc has not properties to add header and select band...
+ * 495885 : [mpegdemux] unknown stream id 0xbe
+ * 500467 : [rmdemux] totem crashed with SIGSEGV
+ * 500808 : gstmpeg2dec compile problem in MSVC 6.0
+ * 507821 : Skip over broken seektable in Xing headers
+ * 511497 : [PLUGIN-MOVE] Move xingheader to gst-plugins-ugly
+ * 514297 : mpeg2dec with corrupted packets causes fps denominator so...
+ * 515575 : [lame] unit test shows memory leak
+ * 515708 : [dvdsubparse] Leaks a pad template
+ * 515725 : [xingmux] Fails on big endian systems
+ * 516278 : [dvdreadsrc] FORMAT_BYTES based seek stopped working sinc...
+ * 516811 : [mp3parse] immediate EOS when playing back AVIs
+ * 516989 : [dvdreadsrc] wrong (negative) stream position returned du...
+ * 308312 : Make mp3parse plugin implement GST_SEEK_FLAG_ACCURATE
+ * 508595 : [lame] wrong output caps in mono encoding mode
+ * 140136 : [mpeg] plays choppy in gst-player/totem
+ * 448782 : add finalize() to amrnbdec element
+ * 491305 : [playbin?] intro-leopard.mov sometimes EOSes immediately,...
+ * 504671 : [rtspsrc] spews warnings on setup and shutdown
Changes since 0.10.5:
diff --git a/RELEASE b/RELEASE
index 0dc17cdb..8af4105c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Ugly Plug-ins 0.10.6 "The Sacrifice"
+Release notes for GStreamer Ugly Plug-ins 0.10.7 "I Cheated Time"
The GStreamer team is proud to announce a new release
@@ -55,38 +55,47 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
- * fixes in handling of MPEG streams, Real streams and MP3
- * AMR-NB fixes
- * Other bug-fixes and improvements
- * Parallel installability with 0.8.x series
- * Threadsafe design and API
+ * Many bug fixes and improvements
+ * Accurate seeking support in mp3
+ * xingmux moved from -bad
+ * RealMedia and WMS RTSP support
+ * LAME mp3 encoder fixes
+ * Support non-square pixels in ASF
+ * rmdemux fixes
+ * amrnb fixes
+ * dvdreadsrc seeking fix
+ * Initial MPEG-2 reverse playback support
+ * New element: dvdsubdec
Bugs fixed in this release
- * 336370 : [asfdemux] crashes on an assertion in gst_asf_demux_get_v...
- * 332157 : [asfdemux] This WMV file is played very strangely
- * 335760 : [asfdemux] dataflow error when seeking in zeldadslarge.wmv
- * 349779 : [real] can't play ancient RealAudio 1.0/2.0 format files
- * 353116 : [asfdemux] hangs playing some mms stations
- * 365288 : [asfdemux] seeking not very smooth
- * 370020 : [mpeg2dec] continue even after 5 consecutive decoding errors
- * 385292 : [rmdemux] stream index leaked on shutdown
- * 385311 : Memory leak initializing lame mp3 encoder plugin (gstlame.c)
- * 385651 : [asfdemux] Jerky playback of " I love sky "
- * 393890 : [win32] autogenerated win32/common/config.h needed
- * 397219 : [rmdemux] captured realaudio stream with non-zero start p...
- * 403188 : [asfdemux] bug parsing certain stream header object
- * 421594 : [real] doesn't compile if zlib includes are missing
- * 425374 : [asfdemux] seek in WMV rarely works
- * 428698 : [rmdemux] crashes on files with many logical streams
- * 429960 : [mpegdemux] playbin hangs with small external vobsub subt...
- * 431707 : [amrnbparse] make pipeline hang
- * 432533 : [mad, mp3parse] regression: CVS version doesn't parse dur...
- * 438610 : [dvddemux] fails after flushing seek
- * 440120 : [mpegdemux] crashes in gst_mpeg_demux_send_subbuffer() wi...
- * 442706 : [dvdsubdec] crashes when flushing/on seek
- * 444514 : [PATCH] dvdsubdec miscalculates (long) subtitle durations
- * 386218 : [asfdemux] Division by zero when seeking live streams
+ * 358891 : [dvdreadsrc] aborts due to src- > cur_pack == dsi_pack.dsi_...
+ * 337681 : Seeking problem with MP3s in banshee and rhythmbox
+ * 414988 : Stream encoded by lame has gap after decoding
+ * 427309 : [rmdemux] trouble playing RV10 video
+ * 439390 : [lame] fix up so we can control sample rate conversion
+ * 450879 : Missing files in po/POTFILES.in
+ * 452025 : ./configure breaks when cross-compiling LAME
+ * 454311 : missing xml/{element-synaesthesia-details.xml,plugin-syna...
+ * 466442 : amrnbenc has not properties to add header and select band...
+ * 495885 : [mpegdemux] unknown stream id 0xbe
+ * 500467 : [rmdemux] totem crashed with SIGSEGV
+ * 500808 : gstmpeg2dec compile problem in MSVC 6.0
+ * 507821 : Skip over broken seektable in Xing headers
+ * 511497 : [PLUGIN-MOVE] Move xingheader to gst-plugins-ugly
+ * 514297 : mpeg2dec with corrupted packets causes fps denominator so...
+ * 515575 : [lame] unit test shows memory leak
+ * 515708 : [dvdsubparse] Leaks a pad template
+ * 515725 : [xingmux] Fails on big endian systems
+ * 516278 : [dvdreadsrc] FORMAT_BYTES based seek stopped working sinc...
+ * 516811 : [mp3parse] immediate EOS when playing back AVIs
+ * 516989 : [dvdreadsrc] wrong (negative) stream position returned du...
+ * 308312 : Make mp3parse plugin implement GST_SEEK_FLAG_ACCURATE
+ * 508595 : [lame] wrong output caps in mono encoding mode
+ * 140136 : [mpeg] plays choppy in gst-player/totem
+ * 448782 : add finalize() to amrnbdec element
+ * 491305 : [playbin?] intro-leopard.mov sometimes EOSes immediately,...
+ * 504671 : [rtspsrc] spews warnings on setup and shutdown
Download
@@ -116,20 +125,26 @@ Applications
Contributors to this release
+ * Alexander Shopov
+ * Daniel Charles
+ * David Schleef
+ * Edward Hervey
+ * Ilkka Tuohela
+ * Jakub Bogusz
* Jan Schmidt
+ * Jorge González González
* Julien MOUTTE
+ * Laurent Glayal
* Mark Nauwelaerts
- * Michael Smith
- * Mogens Jaeger
- * René Stadler
- * Roland Kay
+ * Raphael Higino
* Sebastian Dröge
* Sebastien Moutte
* Stefan Kost
- * Sébastien Moutte
+ * Tal Shalif
+ * Thijs Vermeir
* Thomas Vander Stichele
* Tim-Philipp Müller
+ * Wenzheng Hu
* Wim Taymans
- * Xavier B.
* Zaheer Abbas Merali
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index a48bc828..b24fe212 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(GStreamer Ugly Plug-ins, 0.10.6.1,
+AC_INIT(GStreamer Ugly Plug-ins, 0.10.7,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args
index e544f2b0..8ab18de9 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.args
+++ b/docs/plugins/gst-plugins-ugly-plugins.args
@@ -470,7 +470,7 @@
<ARG>
<NAME>GstSidDec::metadata</NAME>
-<TYPE>GstCaps</TYPE>
+<TYPE>GstCaps*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Metadata</NICK>
@@ -640,7 +640,7 @@
<ARG>
<NAME>GstDvdReadSrc::device</NAME>
-<TYPE>gchararray</TYPE>
+<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Device</NICK>
@@ -658,3 +658,13 @@
<DEFAULT>1</DEFAULT>
</ARG>
+<ARG>
+<NAME>GstRDTManager::latency</NAME>
+<TYPE>guint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Buffer latency in ms</NICK>
+<BLURB>Amount of ms to buffer.</BLURB>
+<DEFAULT>200</DEFAULT>
+</ARG>
+
diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy
index aef14ddf..29bdfb42 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy
+++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy
@@ -1,6 +1,7 @@
GObject
GstObject
GstPad
+ GstPadTemplate
GstPluginFeature
GstElementFactory
GstTypeFindFactory
@@ -8,24 +9,37 @@ GObject
GstElement
GstBin
GstPipeline
- GstQueue
- AC3IEC
- GstDvdLpcmDec
- GstRMDemux
- GstMPEGAudioParse
- GstSidDec
+ GstMpeg2dec
+ GstA52Dec
GstMad
GstID3TagBase
- GstID3Demux
- GstID3Mux
GstID3Tag
- GstMpeg2dec
+ GstSidDec
+ GstBaseSrc
+ GstPushSrc
+ GstDvdReadSrc
GstLame
+ GstRMDemux
+ GstRealAudioDemux
+ GstRDTDepay
+ GstRDTManager
+ GstRTSPReal
+ GstDvdLpcmDec
+ GstDvdSubDec
+ GstDvdSubParse
+ AC3IEC
+ GstMPEGParse
+ GstMPEGDemux
+ GstDVDDemux
+ GstXingMux
+ GstMPEGAudioParse
+ GstASFDemux
+ GstRTSPWMS
GstPlugin
GstRegistry
- GstPadTemplate
GstSignalObject
GInterface
GstChildProxy
GstURIHandler
GstTagSetter
+ GstRTSPExtension
diff --git a/docs/plugins/gst-plugins-ugly-plugins.interfaces b/docs/plugins/gst-plugins-ugly-plugins.interfaces
index d7455196..59468fb8 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.interfaces
+++ b/docs/plugins/gst-plugins-ugly-plugins.interfaces
@@ -1,5 +1,7 @@
GstBin GstChildProxy
GstPipeline GstChildProxy
-GstID3Mux GstTagSetter
GstID3Tag GstTagSetter
+GstDvdReadSrc GstURIHandler
GstLame GstTagSetter
+GstRTSPReal GstRTSPExtension
+GstRTSPWMS GstRTSPExtension
diff --git a/docs/plugins/gst-plugins-ugly-plugins.prerequisites b/docs/plugins/gst-plugins-ugly-plugins.prerequisites
index 2bf0edd3..2b6b777a 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.prerequisites
+++ b/docs/plugins/gst-plugins-ugly-plugins.prerequisites
@@ -1,2 +1,2 @@
GstChildProxy GstObject
-GstTagSetter GstElement
+GstTagSetter GstObject GstElement
diff --git a/docs/plugins/gst-plugins-ugly-plugins.signals b/docs/plugins/gst-plugins-ugly-plugins.signals
index ca9f618f..f42ee296 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.signals
+++ b/docs/plugins/gst-plugins-ugly-plugins.signals
@@ -5,3 +5,46 @@
GstMPEGParse *gstmpegparse
</SIGNAL>
+<SIGNAL>
+<NAME>GstRDTManager::clear-pt-map</NAME>
+<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
+GstRDTManager *gstrdtmanager
+</SIGNAL>
+
+<SIGNAL>
+<NAME>GstRDTManager::on-bye-ssrc</NAME>
+<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
+GstRDTManager *gstrdtmanager
+guint arg1
+guint arg2
+</SIGNAL>
+
+<SIGNAL>
+<NAME>GstRDTManager::on-bye-timeout</NAME>
+<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
+GstRDTManager *gstrdtmanager
+guint arg1
+guint arg2
+</SIGNAL>
+
+<SIGNAL>
+<NAME>GstRDTManager::on-timeout</NAME>
+<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
+GstRDTManager *gstrdtmanager
+guint arg1
+guint arg2
+</SIGNAL>
+
+<SIGNAL>
+<NAME>GstRDTManager::request-pt-map</NAME>
+<RETURNS>GstCaps*</RETURNS>
+<FLAGS>l</FLAGS>
+GstRDTManager *gstrdtmanager
+guint arg1
+guint arg2
+</SIGNAL>
+
diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
index 6d5804fe..db9b6fef 100644
--- a/docs/plugins/inspect/plugin-a52dec.xml
+++ b/docs/plugins/inspect/plugin-a52dec.xml
@@ -3,10 +3,10 @@
<description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,17 +17,17 @@
<author>David I. Lehn &lt;dlehn@users.sourceforge.net&gt;</author>
<pads>
<caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details>
- </caps>
- <caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-ac3; audio/ac3; audio/x-private1-ac3</details>
</caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml
index 7ab13a32..79e80af1 100644
--- a/docs/plugins/inspect/plugin-asf.xml
+++ b/docs/plugins/inspect/plugin-asf.xml
@@ -3,10 +3,10 @@
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,23 +17,23 @@
<author>Owen Fraser-Green &lt;owen@discobabe.net&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-ms-asf</details>
- </caps>
- <caps>
- <name>video_%02d</name>
+ <name>audio_%02d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>ANY</details>
</caps>
<caps>
- <name>audio_%02d</name>
+ <name>video_%02d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>ANY</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-ms-asf</details>
+ </caps>
</pads>
</element>
<element>
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
index e00a2b97..cdf82f8d 100644
--- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml
+++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
@@ -3,10 +3,10 @@
<description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -14,20 +14,21 @@
<longname>DVD LPCM Audio decoder</longname>
<class>Codec/Demuxer/Audio</class>
<description>Decode DVD LPCM frames into standard PCM audio</description>
- <author>Jan Schmidt &lt;jan@noraisin.net&gt;012Michael Smith &lt;msmith@fluendo.com&gt;</author>
+ <author>Jan Schmidt &lt;jan@noraisin.net&gt;
+ Michael Smith &lt;msmith@fluendo.com&gt;</author>
<pads>
<caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw-int, width=(int){ 16, 24 }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ], endianness=(int){ 4321 }, depth=(int){ 16, 24 }, signed=(boolean){ true }</details>
- </caps>
- <caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-private1-lpcm; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ true, false }, mute=(boolean){ true, false }</details>
</caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, width=(int){ 16, 24 }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ], endianness=(int){ 4321 }, depth=(int){ 16, 24 }, signed=(boolean){ true }</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml
index bfc79cdc..abade1ee 100644
--- a/docs/plugins/inspect/plugin-dvdread.xml
+++ b/docs/plugins/inspect/plugin-dvdread.xml
@@ -3,10 +3,10 @@
<description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml
index b84ef197..c7493ab6 100644
--- a/docs/plugins/inspect/plugin-dvdsub.xml
+++ b/docs/plugins/inspect/plugin-dvdsub.xml
@@ -3,10 +3,10 @@
<description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,17 +17,17 @@
<author>Wim Taymans &lt;wim.taymans@gmail.com&gt;, Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-dvd-subpicture</details>
- </caps>
- <caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw-yuv, format=(fourcc)AYUV, width=(int)720, height=(int)576, framerate=(fraction)0/1</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-dvd-subpicture</details>
+ </caps>
</pads>
</element>
<element>
@@ -38,17 +38,17 @@
<author>Mark Nauwelaerts &lt;mnauw@users.sourceforge.net&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-dvd-subpicture</details>
- </caps>
- <caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-dvd-subpicture, parsed=(boolean)true</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-dvd-subpicture</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml
index 1aedfed2..c2ac4042 100644
--- a/docs/plugins/inspect/plugin-iec958.xml
+++ b/docs/plugins/inspect/plugin-iec958.xml
@@ -3,10 +3,10 @@
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
<basename>libgstiec958.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,17 +17,17 @@
<author>Martin Soto &lt;martinsoto@users.sourceforge.net&gt;</author>
<pads>
<caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-iec958, rate=(int){ 32000, 44100, 48000 }; audio/x-raw-int, endianness=(int)4321, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 32000, 44100, 48000 }, channels=(int)2</details>
- </caps>
- <caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-private1-ac3; audio/x-ac3; audio/ac3</details>
</caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-iec958, rate=(int){ 32000, 44100, 48000 }; audio/x-raw-int, endianness=(int)4321, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 32000, 44100, 48000 }, channels=(int)2</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml
index 762713b2..2659dfec 100644
--- a/docs/plugins/inspect/plugin-lame.xml
+++ b/docs/plugins/inspect/plugin-lame.xml
@@ -3,10 +3,10 @@
<description>Encode MP3s with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,17 +17,17 @@
<author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
- </caps>
- <caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml
index 2a8a1949..f834aab9 100644
--- a/docs/plugins/inspect/plugin-mad.xml
+++ b/docs/plugins/inspect/plugin-mad.xml
@@ -3,10 +3,10 @@
<description>id3 tag manipulation and mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,17 +17,17 @@
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/mpeg, mpegversion=(int)1; audio/x-flac</details>
- </caps>
- <caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>application/x-id3</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)1; audio/x-flac</details>
+ </caps>
</pads>
</element>
<element>
@@ -38,17 +38,17 @@
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
<pads>
<caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)32, depth=(int)32, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
- </caps>
- <caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
</caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)32, depth=(int)32, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml
index 045209f8..24278cbe 100644
--- a/docs/plugins/inspect/plugin-mpeg2dec.xml
+++ b/docs/plugins/inspect/plugin-mpeg2dec.xml
@@ -3,10 +3,10 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,17 +17,17 @@
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false</details>
- </caps>
- <caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw-yuv, format=(fourcc){ YV12, I420, Y42B }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml
index d74d12aa..f36742c7 100644
--- a/docs/plugins/inspect/plugin-mpegaudioparse.xml
+++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml
@@ -1,12 +1,12 @@
<plugin>
<name>mpegaudioparse</name>
- <description>MPEG-1 layer 1/2/3 audio parser</description>
+ <description>MPEG-1 layer 1/2/3 audio stream elements</description>
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
<basename>libgstmpegaudioparse.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml
index 17ea7f8e..9429f52b 100644
--- a/docs/plugins/inspect/plugin-mpegstream.xml
+++ b/docs/plugins/inspect/plugin-mpegstream.xml
@@ -3,10 +3,10 @@
<description>MPEG system stream parser</description>
<filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename>
<basename>libgstmpegstream.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,28 +17,28 @@
<author>Martin Soto &lt;martinsoto@users.sourceforge.net&gt;</author>
<pads>
<caps>
- <name>current_subpicture</name>
+ <name>video_%02d</name>
<direction>source</direction>
- <presence>always</presence>
- <details>video/x-dvd-subpicture</details>
+ <presence>sometimes</presence>
+ <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false</details>
</caps>
<caps>
- <name>subpicture_%d</name>
+ <name>audio_%02d</name>
<direction>source</direction>
<presence>sometimes</presence>
- <details>video/x-dvd-subpicture</details>
+ <details>audio/mpeg, mpegversion=(int)1</details>
</caps>
<caps>
- <name>current_audio</name>
+ <name>private_%d</name>
<direction>source</direction>
- <presence>always</presence>
- <details>audio/mpeg, mpegversion=(int)1; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-dts</details>
+ <presence>sometimes</presence>
+ <details>ANY</details>
</caps>
<caps>
- <name>current_video</name>
- <direction>source</direction>
+ <name>sink</name>
+ <direction>sink</direction>
<presence>always</presence>
- <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false</details>
+ <details>video/mpeg, mpegversion=(int)2, systemstream=(boolean)true</details>
</caps>
<caps>
<name>dvd_audio_%02d</name>
@@ -47,28 +47,28 @@
<details>audio/mpeg, mpegversion=(int)1; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-dts</details>
</caps>
<caps>
- <name>sink</name>
- <direction>sink</direction>
+ <name>current_video</name>
+ <direction>source</direction>
<presence>always</presence>
- <details>video/mpeg, mpegversion=(int)2, systemstream=(boolean)true</details>
+ <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false</details>
</caps>
<caps>
- <name>private_%d</name>
+ <name>current_audio</name>
<direction>source</direction>
- <presence>sometimes</presence>
- <details>ANY</details>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)1; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-dts</details>
</caps>
<caps>
- <name>audio_%02d</name>
+ <name>subpicture_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
- <details>audio/mpeg, mpegversion=(int)1</details>
+ <details>video/x-dvd-subpicture</details>
</caps>
<caps>
- <name>video_%02d</name>
+ <name>current_subpicture</name>
<direction>source</direction>
- <presence>sometimes</presence>
- <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false</details>
+ <presence>always</presence>
+ <details>video/x-dvd-subpicture</details>
</caps>
</pads>
</element>
@@ -77,19 +77,14 @@
<longname>MPEG Demuxer</longname>
<class>Codec/Demuxer</class>
<description>Demultiplexes MPEG1 and MPEG2 System Streams</description>
- <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;012Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;
+ Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)true</details>
- </caps>
- <caps>
- <name>private_%d</name>
+ <name>video_%02d</name>
<direction>source</direction>
<presence>sometimes</presence>
- <details>ANY</details>
+ <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false</details>
</caps>
<caps>
<name>audio_%02d</name>
@@ -98,10 +93,16 @@
<details>audio/mpeg, mpegversion=(int)1</details>
</caps>
<caps>
- <name>video_%02d</name>
+ <name>private_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
- <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false</details>
+ <details>ANY</details>
+ </caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)true</details>
</caps>
</pads>
</element>
@@ -110,17 +111,18 @@
<longname>MPEG System Parser</longname>
<class>Codec/Parser</class>
<description>Parses MPEG1 and MPEG2 System Streams</description>
- <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;012Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;
+ Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
+ <name>src</name>
+ <direction>source</direction>
<presence>always</presence>
<details>video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)true</details>
</caps>
<caps>
- <name>src</name>
- <direction>source</direction>
+ <name>sink</name>
+ <direction>sink</direction>
<presence>always</presence>
<details>video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)true</details>
</caps>
diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml
index fafd8cbb..591dcced 100644
--- a/docs/plugins/inspect/plugin-realmedia.xml
+++ b/docs/plugins/inspect/plugin-realmedia.xml
@@ -3,10 +3,10 @@
<description>RealMedia demuxer and depayloader</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -14,20 +14,20 @@
<longname>RealAudio Demuxer</longname>
<class>Codec/Demuxer</class>
<description>Demultiplex a RealAudio file</description>
- <author>Tim-Philipp M303274ller &lt;tim centricular net&gt;</author>
+ <author>Tim-Philipp Müller &lt;tim centricular net&gt;</author>
<pads>
<caps>
- <name>src</name>
- <direction>source</direction>
- <presence>sometimes</presence>
- <details>ANY</details>
- </caps>
- <caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>application/x-pn-realaudio</details>
</caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>sometimes</presence>
+ <details>ANY</details>
+ </caps>
</pads>
</element>
<element>
@@ -38,17 +38,17 @@
<author>Lutz Mueller &lt;lutz at topfrose dot de&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>application/x-rdt, media=(string)application, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-REAL-RDT</details>
- </caps>
- <caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>application/vnd.rn-realmedia</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>application/x-rdt, media=(string)application, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-REAL-RDT</details>
+ </caps>
</pads>
</element>
<element>
@@ -59,8 +59,14 @@
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
<pads>
<caps>
- <name>rtcp_src_%d</name>
- <direction>source</direction>
+ <name>recv_rtp_sink_%d</name>
+ <direction>sink</direction>
+ <presence>request</presence>
+ <details>application/x-rdt</details>
+ </caps>
+ <caps>
+ <name>recv_rtcp_sink_%d</name>
+ <direction>sink</direction>
<presence>request</presence>
<details>application/x-rtcp</details>
</caps>
@@ -71,17 +77,11 @@
<details>application/x-rdt</details>
</caps>
<caps>
- <name>recv_rtcp_sink_%d</name>
- <direction>sink</direction>
+ <name>rtcp_src_%d</name>
+ <direction>source</direction>
<presence>request</presence>
<details>application/x-rtcp</details>
</caps>
- <caps>
- <name>recv_rtp_sink_%d</name>
- <direction>sink</direction>
- <presence>request</presence>
- <details>application/x-rdt</details>
- </caps>
</pads>
</element>
<element>
@@ -92,10 +92,10 @@
<author>David Schleef &lt;ds@schleef.org&gt;</author>
<pads>
<caps>
- <name>audio_%02d</name>
- <direction>source</direction>
- <presence>sometimes</presence>
- <details>ANY</details>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>application/vnd.rn-realmedia</details>
</caps>
<caps>
<name>video_%02d</name>
@@ -104,10 +104,10 @@
<details>ANY</details>
</caps>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>application/vnd.rn-realmedia</details>
+ <name>audio_%02d</name>
+ <direction>source</direction>
+ <presence>sometimes</presence>
+ <details>ANY</details>
</caps>
</pads>
</element>
diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml
index 9778af13..cfbf5fb2 100644
--- a/docs/plugins/inspect/plugin-siddec.xml
+++ b/docs/plugins/inspect/plugin-siddec.xml
@@ -3,10 +3,10 @@
<description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename>
- <version>0.10.6.1</version>
+ <version>0.10.7</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
- <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -17,17 +17,17 @@
<author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
<pads>
<caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/x-sid</details>
- </caps>
- <caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean){ true, false }, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details>
</caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-sid</details>
+ </caps>
</pads>
</element>
</elements>
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap
index 4bb41d2b..422cf966 100644
--- a/gst-plugins-ugly.doap
+++ b/gst-plugins-ugly.doap
@@ -36,6 +36,17 @@ might be widely known to present patent problems.
<release>
<Version>
+ <revision>0.10.7</revision>
+ <branch>0.10</branch>
+ <name>I Cheated Time</name>
+ <created>2008-01-20</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.7.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.7.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.6</revision>
<branch>0.10</branch>
<name>The Sacrifice</name>
diff --git a/po/LINGUAS b/po/LINGUAS
index 4f966706..e3e75bc5 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1 +1 @@
-af az bg cs da en_GB es fi hu it nb nl or pl pt_BR sq sr sv uk vi zh_CN
+af az bg cs da en_GB es fi hu it nb nl or pl pt_BR sk sq sr sv uk vi zh_CN