releasing 0.10.1
[platform/upstream/gstreamer.git] / RELEASE
1
2 GStreamer: Release notes for GStreamer 0.10.1 "Nollaig chridheil"
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 enchancements.
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 Features of this release
38     
39       * Parallel installability with 0.8.x series
40       * Threadsafe design and API
41       * element factory leak fixes
42       * tests cleanup
43       * BaseSrc seeking in other format than BYTES
44       * collectpad fixes
45
46 Bugs fixed in this release
47     
48       * 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
49       * 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
50       * 323870 : [tools] gst-feedback needs updating for 0.9/0.10
51       * 323882 : gst-launch manpage needs updates
52       * 323905 : use return val of g_list_append
53
54 API changed in this release
55      
56
57 - API additions:
58     
59 * GST_TYPE_STATIC_CAPS
60 * GST_TYPE_STATIC_PAD_TEMPLATE
61 * GstNetTimeProvider::active
62 * gst_base_src_set_format
63
64 Download
65
66 You can find source releases of gstreamer in the download directory:
67 http://gstreamer.freedesktop.org/src/gstreamer/
68
69 GStreamer Homepage
70
71 More details can be found on the project's website:
72 http://gstreamer.freedesktop.org/
73
74 Support and Bugs
75
76 We use GNOME's bugzilla for bug reports and feature requests:
77 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
78
79 Developers
80
81 CVS is hosted on cvs.freedesktop.org.
82 All code is in CVS and can be checked out from there.
83 Interested developers of the core library, plug-ins, and applications should
84 subscribe to the gstreamer-devel list. If there is sufficient interest we
85 will create more lists as necessary.
86
87         
88 Applications
89
90 At this point, ports of existing applications to 0.10 are still experimental.
91 Totem HEAD has a configure option to build the 0.10 backend.
92 A patch for Rhythmbox is maintained at
93
94 http://bugzilla.gnome.org/show_bug.cgi?id=309609.
95 Jamboree builds against GStreamer 0.10.
96 Flumotion has been ported to 0.10 as well.
97
98   
99 Contributors to this release
100     
101       * Andy Wingo
102       * David Schleef
103       * Edward Hervey
104       * Jan Schmidt
105       * Julien MOUTTE
106       * Michael Smith
107       * Stefan Kost
108       * Thomas Vander Stichele
109       * Tim-Philipp Müller
110       * Wim Taymans
111