Merge remote-tracking branch 'origin/0.10'
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 0.11.3 "Thrill of the Hunt"
3         
4
5
6 The GStreamer team is proud to announce a new 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 and will
12 eventually lead up to the stable 1.0 series.
13 It is not API or ABI compatible with the stable 0.10.x series.
14 It is, however, parallel installable with the 0.10.x series.
15
16
17 The 0.11.x series has improved memory management and features
18 various cleanups and enhancements.
19
20
21 This module, gstreamer, only contains core functionality.
22 For actual media playback, you will need other modules.
23
24 gst-plugins-base
25 contains a basic set of well-supported plug-ins
26 gst-plugins-good
27 contains a set of well-supported plug-ins under our preferred license
28 gst-plugins-ugly
29 contains a set of well-supported plug-ins, but might pose problems for
30     distributors
31 gst-plugins-bad
32 contains a set of less supported plug-ins that haven't passed the
33     rigorous quality testing we expect
34
35
36
37   
38
39 Features of this release
40     
41       * Various bug fixes and improvements
42       * Input-selector defaults to sync-streams=true
43       * Queue don't just start the thread on linking
44       * Add user_data and notify to gst_memory_new_wrapped()
45       * Rework caps function for performance
46       * Improve basetransform allocator handling
47       * Implement metadata transforms
48       * Metadata registration improvements
49       * Use generic marshallers everywhere
50       * Push Sticky events in more cases
51       * Register queries like events
52       * Add DRAIN serialized query
53       * Add 0-padding and prefix to GstMemory
54       * Rework the ALLOCATION query
55       * Allow setting the allocator in a bufferpool
56       * Improve pull/get_range
57 There were no bugs fixed in this release
58     
59
60 Download
61
62 You can find source releases of gstreamer in the download directory:
63 http://gstreamer.freedesktop.org/src/gstreamer/
64
65 GStreamer Homepage
66
67 More details can be found on the project's website:
68 http://gstreamer.freedesktop.org/
69
70 Support and Bugs
71
72 We use GNOME's bugzilla for bug reports and feature requests:
73 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
74
75 Developers
76
77 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
78 Interested developers of the core library, plug-ins, and applications should
79 subscribe to the gstreamer-devel list. If there is sufficient interest we
80 will create more lists as necessary.
81
82         
83 Applications
84
85 Various applications have early ports to GStreamer 0.11 including Totem, RhythmBox,
86 Webkit, Jokosher, Transmageddon and others. We're working on porting more applications.
87
88   
89 Contributors to this release
90     
91       * Christian Fredrik Kalager Schaller
92       * David Schleef
93       * Edward Hervey
94       * Mark Nauwelaerts
95       * Matej Knopp
96       * Ryan Lortie
97       * Sebastian Dröge
98       * Sreerenj Balachandran
99       * Stefan Sauer
100       * Tim-Philipp Müller
101       * Wim Taymans
102