summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-06 00:09:29 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-06 00:09:29 +0000
commit656a68304e3f342963f88a8734a19cf589b33499 (patch)
tree19c715f6648bdbd6bbf7a7cc7380be35bf7638a2 /NEWS
parentc5c35f122cfbb7ed0294566fca880954293ce2a9 (diff)
Release 0.10.27
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS48
1 files changed, 47 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f9a06b2ba..734a75ba3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,50 @@
-This is GStreamer Base Plug-ins 0.10.26, "You will know when you get there"
+This is GStreamer Base Plug-ins 0.10.27, "No Mistakes Allowed"
+
+Changes since 0.10.26:
+
+ * playbin2,decodebin2: lots of fixes for missing plugin installation
+ * playbin2, playsink, subtitleoverlay: Set subtitle encoding properly
+ * videorate: Improve upstream negotiation
+ * oggdemux: use the chain begin_time instead of our counter
+ * oggdemux: mark skeleton streams correctly
+ * oggdemux: theora PAR of 0:N, N:0 or 0:0 is allowed and maps to 1:1
+ * typefinding: detect stm module format
+ * ffmpegcolorspace: add conversions from all ARGB formats to AYUV and back
+ * theoradec: Fix chroma copying for 4:2:2
+ * tcpclientsrc,tcpserversrc: Fix handling of closed sockets
+ * examples,build: dist header file for the Qt graphics view example
+ * playsink: Reset the sink's state to NULL before unreffing it unless it's the same instance again
+ * rtspconnection: make sure not to dereference NULL username or password
+ * appsrc: Update segment duration and post a duration message if the duration changes
+ * vorbisdec: also support ivorbis tremor decoder
+ * rtsp: fail gracefully on bad Content-Length headers
+ * rtsp: ignore \n and \r as the first line
+
+Bugs fixed since 0.10.26:
+
+ * 610449 : codec autodetection does not always work
+ * 608025 : [videorate] fails at upstream negotiation
+ * 608309 : [appsrc] Should request new data before the queue is empty
+ * 608417 : rtspsrc problem with \n and \r as first line
+ * 609063 : [vorbisdec] also support integer vorbis decoder (tremor) library implementation
+ * 609314 : typefind: Typefind does not handle .stm module format
+ * 609423 : [appsrc] gst_app_src_set_size() should update duration and post a duration message
+ * 610005 : [oggdemux] regression: bad seek granularity
+ * 610268 : [rtsp] NULL pointer reference in gstrtspconnection
+ * 610310 : [playbin2] Subtitle encoding property has no effect
+ * 610329 : [theoradec] doesn't copy all chroma lines for 4:2:2
+ * 610379 : [playbin2] doesn't play if text flag is unset and media has text subtitles
+ * 610386 : [tcpserversrc] Doesn't send EOS when socket is closed
+ * 610672 : overlay examples are now inconsistent and broken
+ * 610832 : missing header file in the tarball
+ * 611225 : [oggdemux] doesn't preroll big_buck_bunny_427x240.indexed.ogg in push mode
+ * 611227 : [oggdemux] no duration or seeking in local big_buck_bunny_427x240.indexed.ogg in pull mode
+ * 604131 : Totem can no longer open Matroska files that hold ASS subtitles
+
+API added since 0.10.26:
+
+ * appsrc::min-percent property
+ * GST_RIFF_TAG_JUNQ
Changes since 0.10.25: