RELEASE 0.11
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 0.11.0 "It's a boy"
3         
4
5
6 The GStreamer team is proud to announce the first release
7 in the 0.11.x unstable series of the
8 core of the GStreamer streaming media framework.
9
10
11 The 0.11.x series is an unstable series targeted at developers.
12 It is not API or ABI compatible with the stable 0.10.x series.
13 It is, however, parallel installable with the 0.10.x series.
14
15
16 The 0.11.x series has improved memory management and features
17 various cleanups and enhancements.
18
19
20 This module, gstreamer, only contains core functionality.
21 For actual media playback, you will need other modules.
22
23 gst-plugins-base
24 contains a basic set of well-supported plug-ins
25 gst-plugins-good
26 contains a set of well-supported plug-ins under our preferred license
27 gst-plugins-ugly
28 contains a set of well-supported plug-ins, but might pose problems for
29     distributors
30 gst-plugins-bad
31 contains a set of less supported plug-ins that haven't passed the
32     rigorous quality testing we expect
33
34
35
36   
37
38 Features of this release
39     
40       * Parallel installability with 0.10.x series
41       * Reworked buffer memory management
42       * Arbitrary buffer metadata
43       * integrated bufferpool management
44       * Improved dynamic pipeline handling
45       * Reworked video caps system
46       * Reworked pad probes
47
48
49 Bugs fixed in this release
50      
51       * 322851 : basesrc: add fill virtual method
52       * 491501 : Reduce usage of base_init in GstElement subclasses
53       * 518597 : [0.11] Get rid of .gstreamer-X.X folder and follow fd.o xdg base directory specifications
54       * 616237 : Stop allocating buffers for any caps
55       * 643244 : [0.11] gstpad: gst_pad_alloc_buffer(_and_set_caps) take size as gint instead of guint
56       * 648181 : [basetransform] Trigger upstream renegotiation if the sinkpad is (re-)linked
57
58 Download
59
60 You can find source releases of gstreamer in the download directory:
61 http://gstreamer.freedesktop.org/src/gstreamer/
62
63 GStreamer Homepage
64
65 More details can be found on the project's website:
66 http://gstreamer.freedesktop.org/
67
68 Support and Bugs
69
70 We use GNOME's bugzilla for bug reports and feature requests:
71 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
72
73 Developers
74
75 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
76 Interested developers of the core library, plug-ins, and applications should
77 subscribe to the gstreamer-devel list. If there is sufficient interest we
78 will create more lists as necessary.
79
80         
81 Applications
82
83 No applications are ported to 0.11 as of yet. We are looking for more people to
84 port plugins and applications.
85
86   
87 Contributors to this release
88
89       * David Schleef
90       * Edward Hervey
91       * Johan Dahlin
92       * Koop Mast
93       * Mark Nauwelaerts
94       * Sebastian Dröge
95       * Stefan Kost
96       * Thiago Santos
97       * Tim-Philipp Müller
98       * Wim Taymans
99