mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Release 0.10.8
Original commit message from CVS: Release 0.10.8
This commit is contained in:
parent
b9dec73137
commit
63c433b14d
21 changed files with 90 additions and 83 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.8 ===
|
||||||
|
|
||||||
|
2008-05-21 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.8, "And yet"
|
||||||
|
|
||||||
2008-05-19 Jan Schmidt <jan.schmidt@sun.com>
|
2008-05-19 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
23
NEWS
23
NEWS
|
@ -1,4 +1,25 @@
|
||||||
This is GStreamer Ugly Plug-ins 0.10.7 "I Cheated Time"
|
This is GStreamer Ugly Plug-ins 0.10.8 "And yet"
|
||||||
|
|
||||||
|
Changes since 0.10.7:
|
||||||
|
|
||||||
|
* ASF demuxer fixes
|
||||||
|
* MP3 parsing and Xing header output bug-fixes
|
||||||
|
* Real streaming and demuxing improvements
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.7:
|
||||||
|
|
||||||
|
* 527572 : Crash in volume_process_int32
|
||||||
|
* 321857 : [mp3parse] needs to post DURATION message for VBR mp3s
|
||||||
|
* 428021 : [mad, mp3parse] better duration estimates for VBR
|
||||||
|
* 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR...
|
||||||
|
* 518676 : xingmux doesn't work anymore
|
||||||
|
* 518933 : mp3 tags are not copied when converting to another format
|
||||||
|
* 521459 : RTSP extension for Real Audio doesn't extract Author, Co...
|
||||||
|
* 524346 : Framerate not being displayed correctly on running gst-di...
|
||||||
|
* 529488 : [sidplay] Missing sentinel in function call
|
||||||
|
* 532807 : [rmdemux] Doesn't properly aggregate flow returns
|
||||||
|
* 533581 : [mad] inconsistent use of rate and channels
|
||||||
|
* 533832 : [rmdemux] reset variables on flush
|
||||||
|
|
||||||
Changes since 0.10.6:
|
Changes since 0.10.6:
|
||||||
|
|
||||||
|
|
79
RELEASE
79
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Ugly Plug-ins 0.10.7 "I Cheated Time"
|
Release notes for GStreamer Ugly Plug-ins 0.10.8 "And yet"
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is proud to announce a new release
|
The GStreamer team is proud to announce a new release
|
||||||
|
@ -55,47 +55,24 @@ contains a set of less supported plug-ins that haven't passed the
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Many bug fixes and improvements
|
* ASF demuxer fixes
|
||||||
* Accurate seeking support in mp3
|
* MP3 parsing and Xing header output bug-fixes
|
||||||
* xingmux moved from -bad
|
* Real streaming and demuxing improvements
|
||||||
* 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
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 358891 : [dvdreadsrc] aborts due to src- > cur_pack == dsi_pack.dsi_...
|
* 527572 : Crash in volume_process_int32
|
||||||
* 337681 : Seeking problem with MP3s in banshee and rhythmbox
|
* 321857 : [mp3parse] needs to post DURATION message for VBR mp3s
|
||||||
* 414988 : Stream encoded by lame has gap after decoding
|
* 428021 : [mad, mp3parse] better duration estimates for VBR
|
||||||
* 427309 : [rmdemux] trouble playing RV10 video
|
* 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR...
|
||||||
* 439390 : [lame] fix up so we can control sample rate conversion
|
* 518676 : xingmux doesn't work anymore
|
||||||
* 450879 : Missing files in po/POTFILES.in
|
* 518933 : mp3 tags are not copied when converting to another format
|
||||||
* 452025 : ./configure breaks when cross-compiling LAME
|
* 521459 : RTSP extension for Real Audio doesn't extract Author, Co...
|
||||||
* 454311 : missing xml/{element-synaesthesia-details.xml,plugin-syna...
|
* 524346 : Framerate not being displayed correctly on running gst-di...
|
||||||
* 466442 : amrnbenc has not properties to add header and select band...
|
* 529488 : [sidplay] Missing sentinel in function call
|
||||||
* 495885 : [mpegdemux] unknown stream id 0xbe
|
* 532807 : [rmdemux] Doesn't properly aggregate flow returns
|
||||||
* 500467 : [rmdemux] totem crashed with SIGSEGV
|
* 533581 : [mad] inconsistent use of rate and channels
|
||||||
* 500808 : gstmpeg2dec compile problem in MSVC 6.0
|
* 533832 : [rmdemux] reset variables on flush
|
||||||
* 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
|
Download
|
||||||
|
|
||||||
|
@ -125,26 +102,16 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Alexander Shopov
|
* Damien Lespiau
|
||||||
* Daniel Charles
|
* Edgard Lima
|
||||||
* David Schleef
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Ilkka Tuohela
|
|
||||||
* Jakub Bogusz
|
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Jorge González González
|
* Julien Moutte
|
||||||
* Julien MOUTTE
|
* Michael Smith
|
||||||
* Laurent Glayal
|
* Peter Kjellerstedt
|
||||||
* Mark Nauwelaerts
|
* Pizpot Gargravarr
|
||||||
* Raphael Higino
|
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sebastien Moutte
|
* Thiago Sousa Santos
|
||||||
* Stefan Kost
|
|
||||||
* Tal Shalif
|
|
||||||
* Thijs Vermeir
|
|
||||||
* Thomas Vander Stichele
|
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Wenzheng Hu
|
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Zaheer Abbas Merali
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
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
|
dnl use a three digit version number for releases, and four for cvs/prerelease
|
||||||
AC_INIT(GStreamer Ugly Plug-ins, 0.10.7.4,
|
AC_INIT(GStreamer Ugly Plug-ins, 0.10.8,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-ugly)
|
gst-plugins-ugly)
|
||||||
|
|
||||||
|
|
|
@ -9,36 +9,37 @@ GObject
|
||||||
GstElement
|
GstElement
|
||||||
GstBin
|
GstBin
|
||||||
GstPipeline
|
GstPipeline
|
||||||
|
GstLame
|
||||||
|
GstSidDec
|
||||||
GstMpeg2dec
|
GstMpeg2dec
|
||||||
GstA52Dec
|
|
||||||
GstMad
|
GstMad
|
||||||
GstID3TagBase
|
GstID3TagBase
|
||||||
GstID3Tag
|
GstID3Tag
|
||||||
GstSidDec
|
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstDvdReadSrc
|
GstDvdReadSrc
|
||||||
GstLame
|
GstA52Dec
|
||||||
|
GstASFDemux
|
||||||
|
GstRTSPWMS
|
||||||
|
AC3IEC
|
||||||
|
GstDvdLpcmDec
|
||||||
GstRMDemux
|
GstRMDemux
|
||||||
GstRealAudioDemux
|
GstRealAudioDemux
|
||||||
GstRDTDepay
|
GstRDTDepay
|
||||||
GstRDTManager
|
GstRDTManager
|
||||||
GstRTSPReal
|
GstRTSPReal
|
||||||
GstDvdLpcmDec
|
|
||||||
GstDvdSubDec
|
GstDvdSubDec
|
||||||
GstDvdSubParse
|
GstDvdSubParse
|
||||||
AC3IEC
|
GstXingMux
|
||||||
|
GstMPEGAudioParse
|
||||||
GstMPEGParse
|
GstMPEGParse
|
||||||
GstMPEGDemux
|
GstMPEGDemux
|
||||||
GstDVDDemux
|
GstDVDDemux
|
||||||
GstXingMux
|
|
||||||
GstMPEGAudioParse
|
|
||||||
GstASFDemux
|
|
||||||
GstRTSPWMS
|
|
||||||
GstPlugin
|
GstPlugin
|
||||||
GstRegistry
|
GstRegistry
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
GInterface
|
GInterface
|
||||||
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstTagSetter
|
GstTagSetter
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
GstBin GstChildProxy
|
GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
|
GstLame GstTagSetter
|
||||||
GstID3Tag GstTagSetter
|
GstID3Tag GstTagSetter
|
||||||
GstDvdReadSrc GstURIHandler
|
GstDvdReadSrc GstURIHandler
|
||||||
GstLame GstTagSetter
|
|
||||||
GstRTSPReal GstRTSPExtension
|
|
||||||
GstRTSPWMS GstRTSPExtension
|
GstRTSPWMS GstRTSPExtension
|
||||||
|
GstRTSPReal GstRTSPExtension
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Decodes ATSC A/52 encoded audio streams</description>
|
<description>Decodes ATSC A/52 encoded audio streams</description>
|
||||||
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
|
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
|
||||||
<basename>libgsta52dec.so</basename>
|
<basename>libgsta52dec.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
|
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
|
||||||
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
|
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
|
||||||
<basename>libgstasf.so</basename>
|
<basename>libgstasf.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Decode DVD LPCM frames into standard PCM</description>
|
<description>Decode DVD LPCM frames into standard PCM</description>
|
||||||
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
||||||
<basename>libgstdvdlpcmdec.so</basename>
|
<basename>libgstdvdlpcmdec.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Access a DVD with dvdread</description>
|
<description>Access a DVD with dvdread</description>
|
||||||
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
|
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
|
||||||
<basename>libgstdvdread.so</basename>
|
<basename>libgstdvdread.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DVD subtitle parser and decoder</description>
|
<description>DVD subtitle parser and decoder</description>
|
||||||
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
|
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
|
||||||
<basename>libgstdvdsub.so</basename>
|
<basename>libgstdvdsub.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
|
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
|
||||||
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
|
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
|
||||||
<basename>libgstiec958.so</basename>
|
<basename>libgstiec958.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Encode MP3s with LAME</description>
|
<description>Encode MP3s with LAME</description>
|
||||||
<filename>../../ext/lame/.libs/libgstlame.so</filename>
|
<filename>../../ext/lame/.libs/libgstlame.so</filename>
|
||||||
<basename>libgstlame.so</basename>
|
<basename>libgstlame.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>id3 tag manipulation and mp3 decoding based on the mad library</description>
|
<description>id3 tag manipulation and mp3 decoding based on the mad library</description>
|
||||||
<filename>../../ext/mad/.libs/libgstmad.so</filename>
|
<filename>../../ext/mad/.libs/libgstmad.so</filename>
|
||||||
<basename>libgstmad.so</basename>
|
<basename>libgstmad.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>LibMpeg2 decoder</description>
|
<description>LibMpeg2 decoder</description>
|
||||||
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
|
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
|
||||||
<basename>libgstmpeg2dec.so</basename>
|
<basename>libgstmpeg2dec.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>MPEG-1 layer 1/2/3 audio stream elements</description>
|
<description>MPEG-1 layer 1/2/3 audio stream elements</description>
|
||||||
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
|
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
|
||||||
<basename>libgstmpegaudioparse.so</basename>
|
<basename>libgstmpegaudioparse.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>MPEG system stream parser</description>
|
<description>MPEG system stream parser</description>
|
||||||
<filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename>
|
<filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename>
|
||||||
<basename>libgstmpegstream.so</basename>
|
<basename>libgstmpegstream.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>RealMedia demuxer and depayloader</description>
|
<description>RealMedia demuxer and depayloader</description>
|
||||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||||
<basename>libgstrmdemux.so</basename>
|
<basename>libgstrmdemux.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Uses libsidplay to decode .sid files</description>
|
<description>Uses libsidplay to decode .sid files</description>
|
||||||
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
|
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
|
||||||
<basename>libgstsid.so</basename>
|
<basename>libgstsid.so</basename>
|
||||||
<version>0.10.7</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<source>gst-plugins-ugly</source>
|
||||||
<package>GStreamer Ugly Plug-ins source release</package>
|
<package>GStreamer Ugly Plug-ins source release</package>
|
||||||
|
|
|
@ -34,6 +34,17 @@ might be widely known to present patent problems.
|
||||||
</CVSRepository>
|
</CVSRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.8</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>And yet</name>
|
||||||
|
<created>2008-05-21</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.8.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.8.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.7</revision>
|
<revision>0.10.7</revision>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
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
|
af az bg cs da en_GB es fi fr hu it lt nb nl or pl pt_BR ru sk sq sr sv uk vi zh_CN
|
||||||
|
|
Loading…
Reference in a new issue