summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-10-03 00:03:05 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-10-03 00:03:05 +0000
commitbf1d2cf12a16faae474dee9eb710603e6f83dde1 (patch)
tree12a04081e68687ada96982934f44dfa257ee5d32 /NEWS
parent4a87aa1ff6f87dc7ac296bccf3dd21b0259e4b48 (diff)
Release 0.10.21
Original commit message from CVS: Release 0.10.21
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS47
1 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cac83767e..920d612b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-This is GStreamer Base Plug-ins 0.10.20, "Here I Go Again"
+This is GStreamer Base Plug-ins 0.10.21, "We Could Be Wrong"
IMPORTANT NOTES
@@ -7,6 +7,51 @@ still considered unstable and WILL change in future releases. At this stage,
only developers or early adopters should consider using decodebin2 or playbin2
API embodied in their signals and properties.
+Changes since 0.10.20:
+
+ * Continue playbin2 development
+ * Ogg improvements - CELT support, skeleton fixes
+ * DVD subpicture support
+ * Improved audio dithering random number generator
+ * xvimagesink/ximagesink fixes
+ * Vorbis encoding and decoding fixes
+ * Recognise Kate subtitle streams
+ * Many bug-fixes and enhancements
+
+Bugs fixed since 0.10.20:
+
+ * 537380 : [gnomevfssrc] Doesn't handle short reads properly
+ * 538656 : xvimagesink support for autofill/colorkey property
+ * 540334 : Build fails without X in tests/examples/seek
+ * 528299 : Multiple GstMixerTracks with the same label cause problem...
+ * 530068 : Ogg Streams with Skeleton and Granulepos > 0 do not work(...
+ * 537009 : playbin2 silly typo breaks signals
+ * 537045 : decodebin2 sometimes emits 'drained' multiple times
+ * 537599 : [oggdemux] skeleton streams not skipped in ogg
+ * 537889 : [xvimagesink] colorbalance is bad
+ * 538232 : vorbisenc/vorbisdec don't work with a live source
+ * 538663 : gdppay memleak in gst_gdp_pay_reset
+ * 540215 : decodebin does not insert a queue for raw data type
+ * 540351 : [avidemux] Doesn't know about Duck DK4 ADPCM
+ * 540497 : ffmpegcolorspace is returning wrong size
+ * 541358 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
+ * 544306 : rtspsrc debug=1 segfaults with some libc
+ * 548898 : GStreamer-CRITICAL errors on seeking beyond stream borders
+ * 548913 : vorbisenc being picky about rounding errors in timestamps
+ * 549062 : Video devices aren't updated on subsequent probing.
+ * 549814 : [typefind] add application/pdf typefinder
+ * 550582 : [oggdemux] KATE streams not recognised
+ * 550638 : [typefind] Recognize some jpeg2k file types
+ * 550656 : recognize TrueSpeech in wavparse
+ * 550729 : gst-plugins-base won't compile with " -pedantic " option
+ * 552960 : tagdemux asserts and aborts on truncated files
+ * 553244 : theoraparse doesn't work at all (throws criticals and ass...
+
+API added since 0.10.20:
+
+ * Add "index" property to GstMixerTrack to differantiate between
+ multiple mixer tracks with the same label.
+
Changes since 0.10.19:
* RTP improvements