From 34014be4d4477ceaf9d23d12b91299d002fa5df3 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 26 Aug 2008 23:06:04 +0000 Subject: [PATCH] Release 0.10.9 Original commit message from CVS: Release 0.10.9 --- ChangeLog | 7 ++ NEWS | 23 +++- RELEASE | 43 ++++---- configure.ac | 2 +- .../gst-plugins-ugly-plugins.hierarchy | 48 ++++----- .../gst-plugins-ugly-plugins.interfaces | 10 +- docs/plugins/inspect/plugin-a52dec.xml | 16 +-- docs/plugins/inspect/plugin-asf.xml | 20 ++-- docs/plugins/inspect/plugin-cdio.xml | 4 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 16 +-- docs/plugins/inspect/plugin-dvdread.xml | 4 +- docs/plugins/inspect/plugin-dvdsub.xml | 28 ++--- docs/plugins/inspect/plugin-iec958.xml | 16 +-- docs/plugins/inspect/plugin-lame.xml | 16 +-- docs/plugins/inspect/plugin-mad.xml | 28 ++--- docs/plugins/inspect/plugin-mpeg2dec.xml | 16 +-- .../plugins/inspect/plugin-mpegaudioparse.xml | 24 ++--- docs/plugins/inspect/plugin-mpegstream.xml | 100 +++++++++--------- docs/plugins/inspect/plugin-realmedia.xml | 64 +++++------ docs/plugins/inspect/plugin-siddec.xml | 16 +-- gst-plugins-ugly.doap | 11 ++ 21 files changed, 274 insertions(+), 238 deletions(-) diff --git a/ChangeLog b/ChangeLog index eabed81e8a..bfdf73bb6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.9 === + +2008-08-26 Jan Schmidt + + * configure.ac: + releasing 0.10.9, "Back The Way It Was" + 2008-08-26 Jan Schmidt * ext/a52dec/gsta52dec.c: diff --git a/NEWS b/NEWS index 6856e5c525..c37d29580f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,25 @@ -This is GStreamer Ugly Plug-ins 0.10.8 "And yet" +This is GStreamer Ugly Plug-ins 0.10.9 "Back The Way It Was" + +Changes since 0.10.8: + + * Improvements in a52 and mp3 decoding + * Bug fixes in Xing header muxer + * MPEG demuxer improvements and dvdreadsrc bug-fixes + * Fix build with LAME 3.97 and above + * Fix LAME parameter settings to allow setting the bitrate properly + +Bugs fixed since 0.10.8: + + * 476149 : Fix and add needed features to dvdnavsrc + * 490372 : Variable bit rates are limited to 160 kbps in higher qual... + * 498004 : preset is ignored by lame plugin + * 540194 : [mpegdemux] Doesn't handle files with a non-zero start ti... + * 542646 : gstreamer endless loop by zzuf sample + * 544039 : [lame] Doesn't build with 3.97 + * 545370 : playing some mp3s segfaults + * 546859 : Asfdemux doesn't properly error out on not-linked + * 548194 : a52dec doesn't set up segment for raw files correctly. + * 537235 : [mp3parse] some mp3 files do not play with gstreamer Changes since 0.10.7: diff --git a/RELEASE b/RELEASE index 81720592c3..1dcd111fe7 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.8 "And yet" +Release notes for GStreamer Ugly Plug-ins 0.10.9 "Back The Way It Was" The GStreamer team is proud to announce a new release @@ -50,29 +50,28 @@ contains a set of less supported plug-ins that haven't passed the rigorous quality testing we expect - Features of this release - * ASF demuxer fixes - * MP3 parsing and Xing header output bug-fixes - * Real streaming and demuxing improvements + * Improvements in a52 and mp3 decoding + * Bug fixes in Xing header muxer + * MPEG demuxer improvements and dvdreadsrc bug-fixes + * Fix build with LAME 3.97 and above + * Fix LAME parameter settings to allow setting the bitrate properly Bugs fixed in this release - * 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 + * 476149 : Fix and add needed features to dvdnavsrc + * 490372 : Variable bit rates are limited to 160 kbps in higher qual... + * 498004 : preset is ignored by lame plugin + * 540194 : [mpegdemux] Doesn't handle files with a non-zero start ti... + * 542646 : gstreamer endless loop by zzuf sample + * 544039 : [lame] Doesn't build with 3.97 + * 545370 : playing some mp3s segfaults + * 546859 : Asfdemux doesn't properly error out on not-linked + * 548194 : a52dec doesn't set up segment for raw files correctly. + * 537235 : [mp3parse] some mp3 files do not play with gstreamer Download @@ -102,16 +101,14 @@ Applications Contributors to this release - * Damien Lespiau - * Edgard Lima * Edward Hervey + * Frederic Crozat * Jan Schmidt - * Julien Moutte + * Mark Nauwelaerts * Michael Smith - * Peter Kjellerstedt - * Pizpot Gargravarr * Sebastian Dröge - * Thiago Sousa Santos + * Stefan Kost + * Tal Shalif * Tim-Philipp Müller * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index cf36574f46..4964c952fa 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.8.2, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.9, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy index d0e8b9bc27..866a9f23ec 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.hierarchy +++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy @@ -9,34 +9,34 @@ GObject GstElement GstBin GstPipeline - GstASFDemux - GstRTSPWMS - GstXingMux - GstMPEGAudioParse - GstMPEGParse - GstMPEGDemux - GstDVDDemux - AC3IEC - GstDvdSubDec - GstDvdSubParse - GstDvdLpcmDec + GstMpeg2dec + GstA52Dec + GstMad + GstID3TagBase + GstID3Tag + GstBaseSrc + GstPushSrc + GstCddaBaseSrc + GstCdioCddaSrc + GstDvdReadSrc + GstSidDec + GstLame GstRMDemux GstRealAudioDemux GstRDTDepay GstRDTManager GstRTSPReal - GstLame - GstBaseSrc - GstPushSrc - GstDvdReadSrc - GstCddaBaseSrc - GstCdioCddaSrc - GstSidDec - GstMad - GstID3TagBase - GstID3Tag - GstA52Dec - GstMpeg2dec + GstDvdLpcmDec + GstDvdSubDec + GstDvdSubParse + AC3IEC + GstMPEGParse + GstMPEGDemux + GstDVDDemux + GstXingMux + GstMPEGAudioParse + GstASFDemux + GstRTSPWMS GstBus GstTask GstClock @@ -47,5 +47,5 @@ GInterface GTypePlugin GstChildProxy GstURIHandler - GstRTSPExtension GstTagSetter + GstRTSPExtension diff --git a/docs/plugins/gst-plugins-ugly-plugins.interfaces b/docs/plugins/gst-plugins-ugly-plugins.interfaces index 929443dc10..23e686b2b2 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.interfaces +++ b/docs/plugins/gst-plugins-ugly-plugins.interfaces @@ -1,9 +1,9 @@ GstBin GstChildProxy GstPipeline GstChildProxy -GstRTSPWMS GstRTSPExtension -GstRTSPReal GstRTSPExtension -GstLame GstTagSetter -GstDvdReadSrc GstURIHandler +GstID3Tag GstTagSetter GstCddaBaseSrc GstURIHandler GstCdioCddaSrc GstURIHandler -GstID3Tag GstTagSetter +GstDvdReadSrc GstURIHandler +GstLame GstTagSetter +GstRTSPReal GstRTSPExtension +GstRTSPWMS GstRTSPExtension diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index cb23d480aa..7933385b17 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.8.1 + 0.10.9 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> - - 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 ]
+ + sink + sink + always +
audio/x-ac3; audio/ac3; audio/x-private1-ac3
+
diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 77cc456633..53b4e44397 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.8.1 + 0.10.9 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> - audio_%02d - source - sometimes -
ANY
+ sink + sink + always +
video/x-ms-asf
video_%02d @@ -29,10 +29,10 @@
ANY
- sink - sink - always -
video/x-ms-asf
+ audio_%02d + source + sometimes +
ANY
diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index cf2b71fa17..d77e2713c0 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,10 +3,10 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.8.1 + 0.10.9 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-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 31bffd74ff..b2eefd1e05 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.8.1 + 0.10.9 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -17,18 +17,18 @@ Jan Schmidt <jan@noraisin.net> Michael Smith <msmith@fluendo.com> - - 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 }
+ + 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 }
+
diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index 6d284e828b..dc674f933a 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.8.1 + 0.10.9 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 ec20fb4f1e..01cdee56c7 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.8.1 + 0.10.9 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> - - 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
+ + src + source + always +
video/x-raw-yuv, format=(fourcc)AYUV, width=(int)720, height=(int)576, framerate=(fraction)0/1
+
@@ -37,18 +37,18 @@ Parses and packetizes DVD subtitle streams Mark Nauwelaerts <mnauw@users.sourceforge.net> - - src - source - always -
video/x-dvd-subpicture, parsed=(boolean)true
-
sink sink always
video/x-dvd-subpicture
+ + src + source + always +
video/x-dvd-subpicture, parsed=(boolean)true
+
diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 7e1cf5fa5a..3eeabe7ad9 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.8.1 + 0.10.9 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> - - 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
+ + sink + sink + always +
audio/x-private1-ac3; audio/x-ac3; audio/ac3
+
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index cd425e79e3..4af5d7d7b1 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.8.1 + 0.10.9 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> - - 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 ]
+ + 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 ]
+
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 0882c7d3cf..63980473a5 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.8.1 + 0.10.9 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> - - src - source - always -
application/x-id3
-
sink sink always
audio/mpeg, mpegversion=(int)1; audio/x-flac
+ + src + source + always +
application/x-id3
+
@@ -37,18 +37,18 @@ Uses mad code to decode mp3 streams Wim Taymans <wim@fluendo.com> - - 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 ]
+ + 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 ]
+
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 9488bac092..186bd159c8 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.8.1 + 0.10.9 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> - - 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
+ + 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 ]
+
diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index 58a9b44397..8193515f5c 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,10 +3,10 @@ MPEG-1 layer 1/2/3 audio stream elements ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -17,18 +17,18 @@ Jan Schmidt <thaytan@mad.scientist.com> Erik Walthinsen <omega@cse.ogi.edu> - - sink - sink - always -
audio/mpeg, mpegversion=(int)1, parsed=(boolean)false
-
src source always
audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ], parsed=(boolean)true
+ + sink + sink + always +
audio/mpeg, mpegversion=(int)1, parsed=(boolean)false
+
@@ -39,14 +39,14 @@ Christophe Fergeau <teuf@gnome.org> - src - source + sink + sink always
audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]
- sink - sink + src + source always
audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]
diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index cc40d45b7d..25870227a6 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.8.1 + 0.10.9 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -17,33 +17,21 @@ Martin Soto <martinsoto@users.sourceforge.net> - video_%02d + current_subpicture source - sometimes -
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
-
- - 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
+
video/x-dvd-subpicture
- dvd_audio_%02d + subpicture_%d source sometimes +
video/x-dvd-subpicture
+
+ + current_audio + source + 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
@@ -53,22 +41,34 @@
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
- current_audio + dvd_audio_%02d source - always + 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
- subpicture_%d - source - sometimes -
video/x-dvd-subpicture
+ sink + sink + always +
video/mpeg, mpegversion=(int)2, systemstream=(boolean)true
- current_subpicture + private_%d source - always -
video/x-dvd-subpicture
+ sometimes +
ANY
+
+ + audio_%02d + source + sometimes +
audio/mpeg, mpegversion=(int)1
+
+ + video_%02d + source + sometimes +
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
@@ -81,16 +81,10 @@ Wim Taymans <wim.taymans@chello.be> - video_%02d - source - sometimes -
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
-
- - audio_%02d - source - sometimes -
audio/mpeg, mpegversion=(int)1
+ sink + sink + always +
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)true
private_%d @@ -99,10 +93,16 @@
ANY
- sink - sink - always -
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)true
+ audio_%02d + source + sometimes +
audio/mpeg, mpegversion=(int)1
+
+ + video_%02d + source + sometimes +
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false
@@ -115,14 +115,14 @@ Wim Taymans <wim.taymans@chello.be> - src - source + sink + sink always
video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)true
- sink - sink + src + source 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 55162fe809..3b923f9d22 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.8.1 + 0.10.9 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins CVS/prerelease + GStreamer Ugly Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ Demultiplex a RealAudio file Tim-Philipp Müller <tim centricular net> - - sink - sink - always -
application/x-pn-realaudio
-
src source sometimes
ANY
+ + sink + sink + always +
application/x-pn-realaudio
+
@@ -37,18 +37,18 @@ Extracts RealMedia from RDT packets Lutz Mueller <lutz at topfrose dot de>, Wim Taymans <wim@fluendo.com> - - 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
+ + src + source + always +
application/vnd.rn-realmedia
+
@@ -59,14 +59,8 @@ Wim Taymans <wim@fluendo.com> - recv_rtp_sink_%d - sink - request -
application/x-rdt
-
- - recv_rtcp_sink_%d - sink + rtcp_src_%d + source request
application/x-rtcp
@@ -77,11 +71,17 @@
application/x-rdt
- rtcp_src_%d - source + recv_rtcp_sink_%d + sink request
application/x-rtcp
+ + recv_rtp_sink_%d + sink + request +
application/x-rdt
+
@@ -92,10 +92,10 @@ David Schleef <ds@schleef.org> - sink - sink - always -
application/vnd.rn-realmedia
+ audio_%02d + source + sometimes +
ANY
video_%02d @@ -104,10 +104,10 @@
ANY
- audio_%02d - source - sometimes -
ANY
+ sink + sink + always +
application/vnd.rn-realmedia
diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index e236e80919..2f99759640 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.8.1 + 0.10.9 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> - - 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
+ + 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 ]
+
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index caa95b5206..a73d7c5c11 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.9 + 0.10 + Back The Way It Was + 2008-08-26 + + + + + 0.10.8