diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-10-25 01:44:35 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-10-25 01:44:35 +0100 |
commit | 9cbcdfa8873eee52f6ff357278f825ad06a6722c (patch) | |
tree | 43bc9a5d56f7366bb1797219efa2090d1eedaa7e /NEWS | |
parent | e6b05111d37291a56e5edaca35cc4663814c5c89 (diff) | |
download | gstreamer-plugins-bad-9cbcdfa8873eee52f6ff357278f825ad06a6722c.tar.gz |
Release 1.0.21.0.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 39 |
1 files changed, 38 insertions, 1 deletions
@@ -1,4 +1,41 @@ -This is GStreamer Bad Plugins 1.0.1 +This is GStreamer Bad Plugins 1.0.2 + +Changes since 1.0.1: + + * Parallel installability with 0.10.x series + * audioparse: add mode where caps are taken from upstream and only timestamping is performed + * directsoundsrc: port to 1.0 + * dtsdec: fix buffer parsing + * fieldanalysis: actually build (remove from the NONPORTED plugins list) + * hlsdemux: numerous thread-safety fixes, and an invalid memory access fix + * mpegdemux: handle and combine downstream flow returns better + * mpegdemux: make work properly with dvdreadsrc + * mpegtsdemux: PES header parsing fixes; fix potential crash + * mpegtsdemux: First push EOS, then destroy all programs + * mpegtsmux: fix buffer refcounting issue + * mpeg4videoparse: correctly parse the full first frame; properly mark config data presence + * mpegvideoparse: correctly parse the full first frame; signal interlacing properly in caps + * pitch: fix for start times > 0 (e.g. ogg streaming) + * rtmpsink: handle RTMP_Write() return value correctly, fix memory leak + * scaletempo: fix timestamp and latency query handling, and event leak + * subenc: port to 1.0 + +Bugs fixed since 1.0.1: + + * 623387 : mpegdemux: check base_time before calculating new_start + * 673414 : directsoundsrc: Port to 1.0 + * 681459 : rtmpsink: memory leak + * 685709 : mpeg4videoparse: AVI file with XVID video doesn't want to preroll: p_length.avi + * 685895 : mpegvideoparse: signal interlacing correctly in caps using new " interlace-mode " field + * 686009 : rtmpsink: handle RTMP_Write() return value correctly + * 686294 : tsdemux: Fix checking P-STD_buffer marker in PES header + * 686327 : mpegtsmux: fix refcount issue with input buffers + * 686358 : tsdemux: fix potential crash dereferencing NULL program pointer + * 686520 : wayland: update to wayland-protocol 0.99 + * 686547 : rtpopuspay outputs unparseable caps + * 686595 : [mpg123] misc improvements and fixes + * 686774 : gst-plugins-bad/curl: add a comment describing function... + * 686829 : opusdec: invalid gst_buffer_unmap() call for NULL buffer Changes since 1.0.0: |