summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-06-05 17:58:51 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-06-05 18:31:27 +0200
commitff5d3313d4a8169e26df1dc3391fc229de0b5a89 (patch)
tree7bd3e583df08a5d8fa8ac8bf2ee7b4210491d98d /NEWS
parent597856bc8c06225d42b94aab09f61c5b114a4ceb (diff)
downloadgstreamer-plugins-base-ff5d3313d4a8169e26df1dc3391fc229de0b5a89.tar.gz
Release 1.1.11.1.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS51
1 files changed, 1 insertions, 50 deletions
diff --git a/NEWS b/NEWS
index f18002a2d..532de1bd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,51 +1,2 @@
-This is GStreamer Base Plugins 1.0.2
+This is GStreamer Base Plugins 1.1.1
-Changes since 1.0.1:
-
- * Parallel installability with 0.10.x series
- * alsa: fix probing of supported formats, and advertise non-native-endianness formats as fallback
- * audiobasesink: properly handle GAP events (fixing some isses with e.g. certain DVD menus)
- * audioconvert: try harder to not convert or to preserve input format precision
- * audiodecoder: leak fixes and refcounting fixes
- * audioresample: re-enable the SSE/SSE2 code paths for better performance
- * riff: fix paletted RGB formats and msvideo mapping
- * rtsp: make formatting and parsing of range floating-point values locale-independent
- * playbin: streamsynchronizer fixes, esp. for handling corner-cases near EOS
- * tcpserver{sink,src}: add 'current-port' property and signal actually used port
- * videoconvert: fix handling of paletted RGB formats
- * videodecoder: don't leak message strings when error is not fatal
- * videodecoder: finetune missing timestamp estimating
- * videotestsrc: add palette for paletted RGB formats
- * vorbistag: fix writing of image tags into vorbis comments
-
-Bugs fixed since 1.0.1:
-
- * 580093 : tcpserversink,src: add 'current-port' property and signal actually used port when port=0 was set
- * 680904 : alsasink: no supported formats detected with using USB sound card on big-endian system
- * 683098 : videodecoder: log failure message if acquire_buffer failed
- * 684411 : rtsp: range in SDP formatted according to locale
- * 685273 : Pre-rolling on GAP events doesn't work properly for audio sinks
- * 685711 : audio, video: update docs for virtual functions that require chaining up
- * 685938 : [decodebin] Issues with group switching algorithm
- * 686081 : adder: all unit tests crash now after collectpads changes
- * 686298 : Cannot decode some AVI files with Microsoft Video 1
-
-Changes since 1.0.0:
-
- * videodecoder and -encoder timestamp handling improvements
- * thread-safey fixes for GstMeta registrations and GstVideoDecoder
- * bug fixes
-
-Bugs fixed since 1.0.0:
-
- * 684424 : playbin: external subtitles break playback
- * 684832 : videodecoder: Takes stream lock in query function
- * 685110 : encodebin fails to release mux request sink pad for GstId3Mux as it is a static one for this mux
- * 685242 : rtsp: mark url argument of gst_rtsp_url_parse as out
- * 685332 : GstMeta registry race
- * 685490 : audioencoder: don't require base class to implement to start vfunc
-
-New features in 1.0.0:
-
- * Parallel installability with 0.10.x series
- * See release notes for more details