Release 0.10.13 "With or without you"
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 0.10.13 "With or without you"
3         
4
5
6 The GStreamer team is proud to announce a new release
7 in the 0.10.x stable series of the
8 core of the GStreamer streaming media framework.
9
10
11 The 0.10.x series is a stable series targeted at end users.
12 It is not API or ABI compatible with the stable 0.8.x series.
13 It is, however, parallel installable with the 0.8.x series.
14
15
16 The 0.10.x series has been reworked for threadsafety.  It also features
17 various feature additions 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       * Latency handling infrastructure for live playback scenarios
41       * State change handling changes
42       * GstController property handling improved
43       * Various bug fixes and improvements
44       * Parallel installability with 0.8.x series
45       * Threadsafe design and API
46
47 Bugs fixed in this release
48      
49       * 440682 : gst/gstsystemclock unit test occasionally fails
50       * 342564 : Configure options causing compilation to fail
51       * 378255 : Swedish translation updated
52       * 392804 : [API] add GST_CORE_ERROR_DISABLED
53       * 412648 : [filesink] reports wrong (byte) position after seeking
54       * 413123 : No XML dependency patch
55       * 415394 : [identity] post message for imperfect streams if check-pe...
56       * 417992 : Quickly playing/pausing messes up synchronization
57       * 420106 : [basetransform] race on shutdown: setcaps func called aft...
58       * 420206 : Collectpads causes a segv. when stopping after a pad remove
59       * 421480 : Make it possible to build without libxml2 with --disable-...
60       * 421543 : [GstPad] Doesn't check if pad accepts caps after caps change
61       * 422295 : GstController crashes with quadratic and cubic interpolat...
62       * 425400 : Multiqueue leaks memory when releasing sink pads
63       * 431150 : compilation fails with flex 2.5.4
64       * 431940 : [API] add gst_buffer_try_new_and_alloc()
65       * 432876 : current time level in queue
66       * 434926 : Multilib conflicts with gst-launch-0.10 man page
67       * 435880 : [GstBin] Property to allow bins to handle child async cha...
68       * 437563 : URIs with upper-case protocol don't play
69       * 440463 : gstbin unit test sometimes hangs waiting for ASYNC_DONE m...
70       * 441159 : Regression in state change handling
71       * 349180 : gst_parse_launch is not reentrant (or recursively callable)
72       * 414986 : Don't start the async thread for the system clock until n...
73       * 393099 : GstBuffer copy vfunc broken?
74       * 419851 : pad-added and pad-removed signals parameter type incorrect
75       * 420133 : gst_element_sync_state_with_parent should look at pending...
76       * 421177 : Possible deadlock if pad eventfunc is not specified
77
78 API changed in this release
79      
80 - API additions:
81     
82 * gst_element_change_state()
83 * GST_STATE_TARGET
84 * GST_BASE_TRANSFORM_LOCK/UNLOCK
85 * GstClock::gst_clock_unadjust_unlocked()
86 * fakesink::num-buffers property
87 * GST_CORE_ERROR_DISABLED
88 * basesrc::prepare_seek_segment vmethod
89 * gst_buffer_try_new_and_alloc()
90 * gst_uri_protocol_is_supported()
91 * gst_base_src_query_latency()
92 * GstQueue::pushing
93 * gst_controller_suggest_next_sync()
94 * gst_object_suggest_next_sync()
95 * basesrc::unlock_stop
96 * basesink::unlock_stop
97
98 Download
99
100 You can find source releases of gstreamer in the download directory:
101 http://gstreamer.freedesktop.org/src/gstreamer/
102
103 GStreamer Homepage
104
105 More details can be found on the project's website:
106 http://gstreamer.freedesktop.org/
107
108 Support and Bugs
109
110 We use GNOME's bugzilla for bug reports and feature requests:
111 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
112
113 Developers
114
115 CVS is hosted on cvs.freedesktop.org.
116 All code is in CVS and can be checked out from there.
117 Interested developers of the core library, plug-ins, and applications should
118 subscribe to the gstreamer-devel list. If there is sufficient interest we
119 will create more lists as necessary.
120
121         
122 Applications
123
124 Applications ported to GStreamer 0.10 include Totem, RhythmBox, Sound-Juicer,
125 Gnome Media, Flumotion, Amarok, Jamboree, Pitivi, Istanbul, AnnoAmp, Elisa, and others.
126 Let us know if you want to be added to this list.
127
128   
129 Contributors to this release
130     
131       * Ville Syrjala
132       * David Schleef
133       * Edward Hervey
134       * Evan Nemerson
135       * Jan Schmidt
136       * Jeroen Wouters
137       * Marc-Andre Lureau
138       * Mark Nauwelaerts
139       * Michael Smith
140       * Mogens Jaeger
141       * Olivier Crete
142       * Peter Kjellerstedt
143       * Sebastian Dröge
144       * Sebastien Moutte
145       * Stefan Kost
146       * Thomas Vander Stichele
147       * Tim-Philipp Müller
148       * Tommi Myöhänen
149       * Wim Taymans
150       * Zaheer Abbas Merali
151