Release 1.0.2
[platform/upstream/gst-plugins-good.git] / NEWS
1 This is GStreamer Good Plugins 1.0.2
2
3 Changes since 1.0.1:
4
5       * Parallel installability with 0.10.x series
6       * avidemux: fix handling of paletted and other raw RGB data
7       * flacparse: ignore bad headers if we have a valid STREAMINFO header; improve coverart extraction
8       * jpegdepay: store quant tables in zigzag order
9       * matroskamux: do not use unoffical V_MJPEG codec id; fix subtitle request sink pad name and functionality
10       * videofilter: add videomedian element
11       * multiudpsink: add "force-ipv4" option and "multicast-iface" property
12       * pulsesink: fix caps leak and potential crasher in acceptcaps function
13       * pulsesink: start the ringbuffer on GAP events without duration
14       * qtdemux: add support for 'generic' samples; allow more streams
15       * qtdemux: support more ProRes variants; fix memory leak for MS/RIFF audio
16       * qtdemux: with raw audio, set a default channel-mask for multichannel audio
17       * rtpbin: set PTS and DTS in jitterbufffer
18       * rtpbin: use running-time for NTP time when use-pipeline-clock is set
19       * rtpsession: inform source when caps change
20       * udpsrc: use negotiated allocator or pool
21       * videobox: use out_info for out properties
22       * videocrop: port to videofilter
23       * videomixer2: Fix race condition where a src setcaps is ignored
24       * vp8enc: fix default target-bitrate value; set DECODE_ONLY flag on invisible frames
25
26 Bugs fixed since 1.0.1:
27
28       * 654216 : vp8enc: tag invisible frames
29       * 682481 : multiudpsink: add force-ipv4 option (problem when streaming RTP to multicast address)
30       * 683782 : Segfault in pulsesink.c:2077 gst_pulsesink_pad_acceptcaps()
31       * 683842 : Fix race condition in videomixer2 on 0.10
32       * 684701 : flacparse: fails to parse flac file with broken header: " Invalid metablock size for STREAMINFO: 8196 "
33       * 685864 : Add multicast-iface property to multiudpsink
34       * 686008 : qtdemux: crashes in push mode with gst_qtdemux_guess_bitrate: assertion failed: (size > = qtdemux- > header_size)
35       * 686046 : avidemux: can't play 8-bit indexed RGB video
36       * 686550 : qtdemux: no streams found for journal.pone.0030940.s002.mov, m1v video fourcc
37       * 686642 : udpsrc: trivial typo causes compilation error
38
39 Changes since 1.0.0:
40
41       * interleave, deinterlave: channel handling fixes for mono audio
42       * videobalance now supports NV12 and NV21 as well
43
44 Bugs fixed since 1.0.0:
45
46       * 683622 : flvdemux: Internal flow error when demuxing speex
47       * 684972 : qtdemux: cannot play mp4 file when MOOV atom is at the end of file
48       * 684977 : Can't seek in AVI file in push mode
49       * 685059 : avidemux: cannot play video in push mode
50       * 685213 : rtph264pay: pushing unmapped data.
51       * 685512 : rtpgstdepay has a memory leak
52
53 New features in 1.0.0:
54
55       * Parallel installability with 0.10.x series
56       * See release notes for more details