diff --git a/ChangeLog b/ChangeLog index 690def5b6c..2e81a7ca7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.7 === + +2008-02-20 Jan Schmidt + + * configure.ac: + releasing 0.10.7, "I Cheated Time" + 2008-02-18 Jan Schmidt * tests/check/Makefile.am: diff --git a/NEWS b/NEWS index cde11cbc05..39d4e2a82f 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 0dc17cdba3..8af4105c3e 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 a48bc82841..b24fe2123a 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 e544f2b06b..8ab18de92e 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -470,7 +470,7 @@ GstSidDec::metadata -GstCaps +GstCaps* r Metadata @@ -640,7 +640,7 @@ GstDvdReadSrc::device -gchararray +gchar* rw Device @@ -658,3 +658,13 @@ 1 + +GstRDTManager::latency +guint + +rw +Buffer latency in ms +Amount of ms to buffer. +200 + + diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy index aef14ddf3e..29bdfb4297 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 d7455196a0..59468fb863 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 2bf0edd3ed..2b6b777a74 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 ca9f618f56..f42ee296b0 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.signals +++ b/docs/plugins/gst-plugins-ugly-plugins.signals @@ -5,3 +5,46 @@ GstMPEGParse *gstmpegparse + +GstRDTManager::clear-pt-map +void +l +GstRDTManager *gstrdtmanager + + + +GstRDTManager::on-bye-ssrc +void +l +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 + + + +GstRDTManager::on-bye-timeout +void +l +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 + + + +GstRDTManager::on-timeout +void +l +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 + + + +GstRDTManager::request-pt-map +GstCaps* +l +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 + + diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 6d5804fe3e..db9b6fefde 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,10 +3,10 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ Decodes ATSC A/52 encoded audio streams David I. Lehn <dlehn@users.sourceforge.net> - - src - source - always -
audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]
-
sink sink always
audio/x-ac3; audio/ac3; audio/x-private1-ac3
+ + src + source + always +
audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]
+
diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 7ab13a3292..79e80af1ae 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,10 +3,10 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -17,10 +17,10 @@ Owen Fraser-Green <owen@discobabe.net> - sink - sink - always -
video/x-ms-asf
+ audio_%02d + source + sometimes +
ANY
video_%02d @@ -29,10 +29,10 @@
ANY
- audio_%02d - source - sometimes -
ANY
+ sink + sink + always +
video/x-ms-asf
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index e00a2b9771..cdf82f8d32 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,10 +3,10 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -14,20 +14,21 @@ DVD LPCM Audio decoder Codec/Demuxer/Audio Decode DVD LPCM frames into standard PCM audio - Jan Schmidt <jan@noraisin.net>012Michael Smith <msmith@fluendo.com> + Jan Schmidt <jan@noraisin.net> + Michael Smith <msmith@fluendo.com> - - src - source - always -
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 }
-
sink sink always
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 }
+ + src + source + always +
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 }
+
diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index bfc79cdc51..abade1ee5f 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,10 +3,10 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index b84ef19714..c7493ab6e1 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,10 +3,10 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ Decodes DVD subtitles into AYUV video frames Wim Taymans <wim.taymans@gmail.com>, Jan Schmidt <thaytan@mad.scientist.com> - - sink - sink - always -
video/x-dvd-subpicture
-
src source always
video/x-raw-yuv, format=(fourcc)AYUV, width=(int)720, height=(int)576, framerate=(fraction)0/1
+ + sink + sink + always +
video/x-dvd-subpicture
+
@@ -37,18 +37,18 @@ Parses and packetizes DVD subtitle streams Mark Nauwelaerts <mnauw@users.sourceforge.net> - - sink - sink - always -
video/x-dvd-subpicture
-
src source always
video/x-dvd-subpicture, parsed=(boolean)true
+ + sink + sink + always +
video/x-dvd-subpicture
+
diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 1aedfed2ed..c2ac40426b 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,10 +3,10 @@ Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ Pads AC3 frames into IEC958 frames suitable for a raw S/PDIF interface Martin Soto <martinsoto@users.sourceforge.net> - - src - source - always -
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
-
sink sink always
audio/x-private1-ac3; audio/x-ac3; audio/ac3
+ + src + source + always +
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
+
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 762713b205..2659dfec68 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,10 +3,10 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ High-quality free MP3 encoder Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com> - - sink - sink - always -
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 ]
-
src source always
audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]
+ + sink + sink + always +
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 ]
+
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 2a8a1949ee..f834aab9e6 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,10 +3,10 @@ id3 tag manipulation and mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ Add ID3 tagging information Benjamin Otte <otte@gnome.org> - - sink - sink - always -
audio/mpeg, mpegversion=(int)1; audio/x-flac
-
src source always
application/x-id3
+ + sink + sink + always +
audio/mpeg, mpegversion=(int)1; audio/x-flac
+
@@ -37,18 +37,18 @@ Uses mad code to decode mp3 streams Wim Taymans <wim@fluendo.com> - - src - source - always -
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 ]
-
sink sink always
audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]
+ + src + source + always +
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 ]
+
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 045209f881..24278cbefc 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,10 +3,10 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ Uses libmpeg2 to decode MPEG video streams Wim Taymans <wim.taymans@chello.be> - - sink - sink - always -
video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false
-
src source always
video/x-raw-yuv, format=(fourcc){ YV12, I420, Y42B }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+ + sink + sink + always +
video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false
+
diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index d74d12aa6c..f36742c7fa 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -1,12 +1,12 @@ mpegaudioparse - MPEG-1 layer 1/2/3 audio parser + MPEG-1 layer 1/2/3 audio stream elements ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index 17ea7f8e0c..9429f52b16 100644 --- a/docs/plugins/inspect/plugin-mpegstream.xml +++ b/docs/plugins/inspect/plugin-mpegstream.xml @@ -3,10 +3,10 @@ MPEG system stream parser ../../gst/mpegstream/.libs/libgstmpegstream.so libgstmpegstream.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -17,21 +17,33 @@ Martin Soto <martinsoto@users.sourceforge.net> - current_subpicture - source - always -
video/x-dvd-subpicture
-
- - subpicture_%d + video_%02d source sometimes -
video/x-dvd-subpicture
+
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
- current_audio + audio_%02d source + sometimes +
audio/mpeg, mpegversion=(int)1
+
+ + private_%d + source + sometimes +
ANY
+
+ + sink + sink always +
video/mpeg, mpegversion=(int)2, systemstream=(boolean)true
+
+ + dvd_audio_%02d + source + sometimes
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
@@ -41,34 +53,22 @@
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
- dvd_audio_%02d + current_audio source - sometimes + always
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
- sink - sink + subpicture_%d + source + sometimes +
video/x-dvd-subpicture
+
+ + current_subpicture + source always -
video/mpeg, mpegversion=(int)2, systemstream=(boolean)true
-
- - private_%d - source - sometimes -
ANY
-
- - audio_%02d - source - sometimes -
audio/mpeg, mpegversion=(int)1
-
- - video_%02d - source - sometimes -
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
+
video/x-dvd-subpicture
@@ -77,19 +77,14 @@ MPEG Demuxer Codec/Demuxer Demultiplexes MPEG1 and MPEG2 System Streams - Erik Walthinsen <omega@cse.ogi.edu>012Wim Taymans <wim.taymans@chello.be> + Erik Walthinsen <omega@cse.ogi.edu> + Wim Taymans <wim.taymans@chello.be> - sink - sink - always -
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)true
-
- - private_%d + video_%02d source sometimes -
ANY
+
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
audio_%02d @@ -98,10 +93,16 @@
audio/mpeg, mpegversion=(int)1
- video_%02d + private_%d source sometimes -
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
+
ANY
+
+ + sink + sink + always +
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)true
@@ -110,17 +111,18 @@ MPEG System Parser Codec/Parser Parses MPEG1 and MPEG2 System Streams - Erik Walthinsen <omega@cse.ogi.edu>012Wim Taymans <wim.taymans@chello.be> + Erik Walthinsen <omega@cse.ogi.edu> + Wim Taymans <wim.taymans@chello.be> - sink - sink + src + source always
video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)true
- src - source + sink + sink always
video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)true
diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index fafd8cbb81..591dcceda3 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,10 +3,10 @@ RealMedia demuxer and depayloader ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -14,20 +14,20 @@ RealAudio Demuxer Codec/Demuxer Demultiplex a RealAudio file - Tim-Philipp M303274ller <tim centricular net> + Tim-Philipp Müller <tim centricular net> - - src - source - sometimes -
ANY
-
sink sink always
application/x-pn-realaudio
+ + src + source + sometimes +
ANY
+
@@ -37,18 +37,18 @@ Extracts RealMedia from RDT packets Lutz Mueller <lutz at topfrose dot de>, Wim Taymans <wim@fluendo.com> - - sink - sink - always -
application/x-rdt, media=(string)application, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-REAL-RDT
-
src source always
application/vnd.rn-realmedia
+ + sink + sink + always +
application/x-rdt, media=(string)application, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-REAL-RDT
+
@@ -59,8 +59,14 @@ Wim Taymans <wim@fluendo.com> - rtcp_src_%d - source + recv_rtp_sink_%d + sink + request +
application/x-rdt
+
+ + recv_rtcp_sink_%d + sink request
application/x-rtcp
@@ -71,17 +77,11 @@
application/x-rdt
- recv_rtcp_sink_%d - sink + rtcp_src_%d + source request
application/x-rtcp
- - recv_rtp_sink_%d - sink - request -
application/x-rdt
-
@@ -92,10 +92,10 @@ David Schleef <ds@schleef.org> - audio_%02d - source - sometimes -
ANY
+ sink + sink + always +
application/vnd.rn-realmedia
video_%02d @@ -104,10 +104,10 @@
ANY
- sink - sink - always -
application/vnd.rn-realmedia
+ audio_%02d + source + sometimes +
ANY
diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index 9778af1361..cfbf5fb264 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,10 +3,10 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ Use libsidplay to decode SID audio tunes Wim Taymans <wim.taymans@gmail.com> - - sink - sink - always -
audio/x-sid
-
src source always
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 ]
+ + sink + sink + always +
audio/x-sid
+
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index 4bb41d2b88..422cf9663b 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -34,6 +34,17 @@ might be widely known to present patent problems. + + + 0.10.7 + 0.10 + I Cheated Time + 2008-01-20 + + + + + 0.10.6 diff --git a/po/LINGUAS b/po/LINGUAS index 4f966706a4..e3e75bc5cf 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