1 This is GStreamer Base Plugins 1.0.2
5 * Parallel installability with 0.10.x series
6 * alsa: fix probing of supported formats, and advertise non-native-endianness formats as fallback
7 * audiobasesink: properly handle GAP events (fixing some isses with e.g. certain DVD menus)
8 * audioconvert: try harder to not convert or to preserve input format precision
9 * audiodecoder: leak fixes and refcounting fixes
10 * audioresample: re-enable the SSE/SSE2 code paths for better performance
11 * riff: fix paletted RGB formats and msvideo mapping
12 * rtsp: make formatting and parsing of range floating-point values locale-independent
13 * playbin: streamsynchronizer fixes, esp. for handling corner-cases near EOS
14 * tcpserver{sink,src}: add 'current-port' property and signal actually used port
15 * videoconvert: fix handling of paletted RGB formats
16 * videodecoder: don't leak message strings when error is not fatal
17 * videodecoder: finetune missing timestamp estimating
18 * videotestsrc: add palette for paletted RGB formats
19 * vorbistag: fix writing of image tags into vorbis comments
21 Bugs fixed since 1.0.1:
23 * 580093 : tcpserversink,src: add 'current-port' property and signal actually used port when port=0 was set
24 * 680904 : alsasink: no supported formats detected with using USB sound card on big-endian system
25 * 683098 : videodecoder: log failure message if acquire_buffer failed
26 * 684411 : rtsp: range in SDP formatted according to locale
27 * 685273 : Pre-rolling on GAP events doesn't work properly for audio sinks
28 * 685711 : audio, video: update docs for virtual functions that require chaining up
29 * 685938 : [decodebin] Issues with group switching algorithm
30 * 686081 : adder: all unit tests crash now after collectpads changes
31 * 686298 : Cannot decode some AVI files with Microsoft Video 1
35 * videodecoder and -encoder timestamp handling improvements
36 * thread-safey fixes for GstMeta registrations and GstVideoDecoder
39 Bugs fixed since 1.0.0:
41 * 684424 : playbin: external subtitles break playback
42 * 684832 : videodecoder: Takes stream lock in query function
43 * 685110 : encodebin fails to release mux request sink pad for GstId3Mux as it is a static one for this mux
44 * 685242 : rtsp: mark url argument of gst_rtsp_url_parse as out
45 * 685332 : GstMeta registry race
46 * 685490 : audioencoder: don't require base class to implement to start vfunc
48 New features in 1.0.0:
50 * Parallel installability with 0.10.x series
51 * See release notes for more details