source: trunk/third/gstreamer/RELEASE @ 21448

Revision 21448, 3.3 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21447, which included commits to RCS files with non-trunk default branches.
Line 
1
2GStreamer: Release notes for GStreamer 0.8.9 "Like Eating Glass"
3       
4
5The GStreamer team is happy to announce a new release
6in the 0.8.x stable series of the GStreamer streaming-media framework.
7
8
9The 0.8.x series is a stable series aimed at end users.
10It is not API or ABI compatible with the stable 0.6.x series.
11It is, however, parallel installable with the 0.6.x series.
12
13
14This module only contains core functionality.  For actual media playback,
15you will need other modules.  GStreamer Plugins contains a huge set of
16additional plugins.  GStreamer FFmpeg contains a plugin based on the popular
17FFmpeg decoding library.  These modules need not have the same source version
18as the core, as long as they are in the 0.8.x series.
19
20 
21Features of this release
22   
23      * Parallel installability with 0.6.x series
24      * Internationalization
25      * Probe fixes
26      * Thread and queue fixes fixes
27      * Documentation updates
28      * New translation added: Vietnamese (Clytie Siddall)
29      * Important GstBin state change fix - see #166371 if you subclass
30
31Bugs fixed in this release
32   
33      * 94464 : [threads] gst_scheduler_add_scheduler() doesn't ref passe...
34      * 123775 : [PATCH] [api] setting state on element should force highe...
35      * 142588 : [threads] if all elements have been removed from a bin, s...
36      * 150546 : [api] Error for calling gst_pad_push in a get function is...
37      * 162276 : [build] gstregistry.h and gstxmlregistry.c don't build wi...
38      * 163234 : [PATCH] plugin loading isn't thread-safe
39      * 163383 : [PATCH] ogm plugins won't register
40      * 163801 : [PATCH] mem leak in xml registry loading
41      * 164062 : [PATCH] tee capsnego is broken
42      * 164261 : [PATCH] GST parsing doesn't recognise urls without a file...
43      * 165272 : [PATCH] Problem compiling gstreamer 0.8.8
44      * 165365 : [PATCH] gst_string_wrap() segfaults on NULL strings
45      * 165922 : add locking in opt
46      * 166269 : Typo in current .po file msgid string
47      * 166362 : data discarded by probes is leaked
48      * 166371 : GstBin derived classes not notified of state change
49
50Download
51
52You can find source releases of gstreamer in the download directory:
53http://gstreamer.freedesktop.org/src/gstreamer/
54
55GStreamer Homepage
56
57More details can be found on the project's website:
58http://gstreamer.freedesktop.org/
59
60Support and Bugs
61
62We use GNOME's bugzilla for bug reports and feature requests:
63http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
64
65Developers
66
67CVS is hosted on cvs.freedesktop.org.
68All code is in CVS and can be checked out from there.
69Interested developers of the core library, plug-ins, and applications should
70subscribe to the gstreamer-devel list. If there is sufficient interest we
71will create more lists as necessary.
72
73       
74Applications
75
76Applications already ported to use GStreamer 0.8.x include the GNOME
77desktop components like gnome-media and nautilus-media, as well as other
78GNOME applications including sound-juicer, totem and RhythmBox.
79
80 
81Contributors to this release
82   
83      * Andy Wingo
84      * Benjamin Otte
85      * Clytie Siddall
86      * David Schleef
87      * Edward Hervey
88      * Jan Schmidt
89      * Luca Ognibene
90      * Ronald Bultje
91      * Sebastien Cote
92      * Stefan Kost
93      * Stephane Loeuillet
94      * Stephane Wirtel
95      * Thomas Vander Stichele
96      * Tim-Philipp Müller
97      * Vincent Torri
98      * Wim Taymans
99 
Note: See TracBrowser for help on using the repository browser.