releasing
[platform/upstream/gstreamer.git] / RELEASE
1
2 GStreamer: Release notes for GStreamer 0.8.6 "Narc"
3         
4
5 The GStreamer team is happy to announce a new release
6 in the 0.8.x stable series of the GStreamer streaming-media framework.
7
8
9 The 0.8.x series is a stable series aimed at end users.
10 It is not API or ABI compatible with the stable 0.6.x series.
11 It is, however, parallel installable with the 0.6.x series.
12
13
14 This module only contains core functionality.  For actual media playback,
15 you will need other modules.  GStreamer Plugins contains a huge set of
16 additional plugins.  GStreamer FFmpeg contains a plugin based on the popular
17 FFmpeg decoding library.  These modules need not have the same source version
18 as the core, as long as they are in the 0.8.x series.
19
20   
21 Features of this release
22     
23       * Parallel installability with 0.6.x series
24       * Internationalization
25       * spider, queue fixes
26       * fakesrc and identity now have a datarate property
27       * dataprotocol threadsafety fix
28
29 Bugs fixed in this release
30     
31       * 136962 : crc error when decoding flac with typefind and threads
32       * 150001 : [PATCH] Mem leaks in gstpad.c, gstxml.c and gstelement.c
33       * 150262 : gstreamer.spec file needs correction to work with rpmbuil...
34       * 150626 : bug trying to play a theora web stream
35       * 153657 : make typefind prevent unneeded discont element
36       * 153881 : [PATCH] in-code C declarations
37
38 API changed in this release
39      
40
41 - API additions:
42     
43 * The "fakesrc" element now has a datarate property.
44 * The "identity" element now has a datarate property.
45
46 Download
47
48 You can find source releases of gstreamer in the download directory:
49 http://gstreamer.freedesktop.org/src/gstreamer/
50
51 GStreamer Homepage
52
53 More details can be found on the project's website:
54 http://gstreamer.freedesktop.org/
55
56 Support and Bugs
57
58 We use GNOME's bugzilla for bug reports and feature requests:
59 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
60
61 Developers
62
63 CVS is hosted on cvs.freedesktop.org.
64 All code is in CVS and can be checked out from there.
65 Interested developers of the core library, plug-ins, and applications should
66 subscribe to the gstreamer-devel list. If there is sufficient interest we
67 will create more lists as necessary.
68
69         
70 Applications
71
72 Applications already ported to use GStreamer 0.8.x include the GNOME
73 desktop components like gnome-media and nautilus-media, as well as other
74 GNOME applications including sound-juicer, totem and RhythmBox.
75
76   
77 Contributors to this release
78     
79       * Benjamin Otte
80       * David Schleef
81       * Luca Ognibene
82       * Ronald Bultje
83       * Steve Lhomme
84       * Thomas Vander Stichele
85       * Wim Taymans
86