Release 1.0.2
[platform/upstream/gst-plugins-good.git] / RELEASE
1
2 Release notes for GStreamer Good Plugins 1.0.2
3
4
5 The GStreamer team is proud to announce a new bug-fix release
6 in the 1.x stable series of the
7 core of the GStreamer streaming media framework.
8
9
10 The 1.x series is a stable series targeted at end users.
11 It is not API or ABI compatible with the stable 0.10.x series.
12 It is, however, parallel installable with the 0.10.x series and
13 will not affect an existing 0.10.x installation.
14
15
16
17 "Such ingratitude.  After all the times I've saved your life."
18
19
20 A collection of plugins you'd want to have right next to you on the
21 battlefield.  Shooting sharp and making no mistakes, these plugins have it
22 all: good looks, good code, and good licensing.  Documented and dressed up
23 in tests.  If you're looking for a role model to base your own plugin on,
24 here it is.
25
26
27 If you find a plot hole or a badly lip-synced line of code in them,
28 let us know - it is a matter of honour for us to ensure Blondie doesn't look
29 like he's been walking 100 miles through the desert without water.
30
31
32 This module contains a set of plugins that we consider to have good quality
33   code, correct functionality, our preferred license (LGPL for the plugin
34   code, LGPL or LGPL-compatible for the supporting library).
35 We believe distributors can safely ship these plugins.
36 People writing elements should base their code on these elements.
37
38
39 Other modules containing plugins are:
40
41
42 gst-plugins-base
43 contains a basic set of well-supported plugins
44 gst-plugins-ugly
45 contains a set of well-supported plugins, but might pose problems for
46     distributors
47 gst-plugins-bad
48 contains a set of less supported plugins that haven't passed the
49     rigorous quality testing we expect, or are still missing documentation
50     and/or unit tests
51 gst-libav
52 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
53
54
55
56   
57
58 Features of this release
59     
60       * Parallel installability with 0.10.x series
61       * avidemux: fix handling of paletted and other raw RGB data
62       * flacparse: ignore bad headers if we have a valid STREAMINFO header; improve coverart extraction
63       * jpegdepay: store quant tables in zigzag order
64       * matroskamux: do not use unoffical V_MJPEG codec id; fix subtitle request sink pad name and functionality
65       * videofilter: add videomedian element
66       * multiudpsink: add "force-ipv4" option and "multicast-iface" property
67       * pulsesink: fix caps leak and potential crasher in acceptcaps function
68       * pulsesink: start the ringbuffer on GAP events without duration
69       * qtdemux: add support for 'generic' samples; allow more streams
70       * qtdemux: support more ProRes variants; fix memory leak for MS/RIFF audio
71       * qtdemux: with raw audio, set a default channel-mask for multichannel audio
72       * rtpbin: set PTS and DTS in jitterbufffer
73       * rtpbin: use running-time for NTP time when use-pipeline-clock is set
74       * rtpsession: inform source when caps change
75       * udpsrc: use negotiated allocator or pool
76       * videobox: use out_info for out properties
77       * videocrop: port to videofilter
78       * videomixer2: Fix race condition where a src setcaps is ignored
79       * vp8enc: fix default target-bitrate value; set DECODE_ONLY flag on invisible frames
80
81 Bugs fixed in this release
82      
83       * 654216 : vp8enc: tag invisible frames
84       * 682481 : multiudpsink: add force-ipv4 option (problem when streaming RTP to multicast address)
85       * 683782 : Segfault in pulsesink.c:2077 gst_pulsesink_pad_acceptcaps()
86       * 683842 : Fix race condition in videomixer2 on 0.10
87       * 684701 : flacparse: fails to parse flac file with broken header: " Invalid metablock size for STREAMINFO: 8196 " 
88       * 685864 : Add multicast-iface property to multiudpsink
89       * 686008 : qtdemux: crashes in push mode with gst_qtdemux_guess_bitrate: assertion failed: (size > = qtdemux- > header_size)
90       * 686046 : avidemux: can't play 8-bit indexed RGB video
91       * 686550 : qtdemux: no streams found for journal.pone.0030940.s002.mov, m1v video fourcc
92       * 686642 : udpsrc: trivial typo causes compilation error
93
94 ==== Download ====
95
96 You can find source releases of gst-plugins-good in the download
97 directory: http://gstreamer.freedesktop.org/src/gst-plugins-good/
98
99 The git repository and details how to clone it can be found at
100 http://cgit.freedesktop.org/gstreamer/gst-plugins-good/
101
102 ==== Homepage ====
103
104 The project's website is http://gstreamer.freedesktop.org/
105
106 ==== Support and Bugs ====
107
108 We use GNOME's bugzilla for bug reports and feature requests:
109 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
110
111 Please submit patches via bugzilla as well.
112
113 For help and support, please subscribe to and send questions to the
114 gstreamer-devel mailing list (see below for details).
115
116 There is also a #gstreamer IRC channel on the Freenode IRC network.
117
118 ==== Developers ====
119
120 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
121 from there (see link above).
122
123 Interested developers of the core library, plugins, and applications should
124 subscribe to the gstreamer-devel list.
125
126         
127 Contributors to this release
128     
129       * Arnaud Vrac
130       * Mark Nauwelaerts
131       * Michael Smith
132       * Oleksij Rempel
133       * Rasmus Rohde
134       * Sebastian Dröge
135       * Sebastian Rasmussen
136       * Tim-Philipp Müller
137       * Wim Taymans
138       * Youness Alaoui
139