]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - README
libs/gst/dataprotocol/: It's about time we bump the version number.
[glsdk/gstreamer0-10.git] / README
2 GStreamer: Release notes for GStreamer 0.9.3 "Unregistered"
3         
5 The GStreamer team is petrified to announce a new release
6 in the 0.9.x development series of the
7 core of the GStreamer streaming media framework.
10 The 0.9.x series is a development series and not recommended for end users.
11 It is not API or ABI compatible with the stable 0.8.x series.
12 It is, however, parallel installable with the 0.8.x series.
15 The main focus of the 0.9 series is to make GStreamer threadsafe.
18 This module, gstreamer, only contains core functionality.
19 For actual media playback, you will need other modules.
21 gst-plugins-base
22 contains a basic set of well-supported plug-ins
23 gst-plugins-good
24 contains a set of well-supported plug-ins under our preferred license
25 gst-plugins-ugly
26 contains a set of well-supported plug-ins, but might pose problems for
27     distributors
28 gst-plugins-bad
29 contains a set of less supported plug-ins that haven't passed the
30     rigorous quality testing we expect
34   
35 Features of this release
36     
37       * Parallel installability with 0.8.x series
38       * Threadsafe design and API
39       * gst-register has been removed
40       * Extensive documentation updates
41       * BaseTransform reworked
42       * Bus reworked; signal API added
44 Bugs fixed in this release
45     
46       * 102980 : support incremental gst-register/compprep updates
47       * 313897 : [0.9] registry rewrite
48       * 314710 : gst_buffer_create_sub doesn't copy the GST_BUFFER_FLAGS
49       * 315895 : gst_pad_query_convert src_val check
50       * 316155 : MinGW compilation: glib-mkenums root path subtitution pro...
51       * 316157 : MinGW compilation: Plugin exports
53 Download
55 You can find source releases of gstreamer in the download directory:
56 http://gstreamer.freedesktop.org/src/gstreamer/
58 GStreamer Homepage
60 More details can be found on the project's website:
61 http://gstreamer.freedesktop.org/
63 Support and Bugs
65 We use GNOME's bugzilla for bug reports and feature requests:
66 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
68 Developers
70 CVS is hosted on cvs.freedesktop.org.
71 All code is in CVS and can be checked out from there.
72 Interested developers of the core library, plug-ins, and applications should
73 subscribe to the gstreamer-devel list. If there is sufficient interest we
74 will create more lists as necessary.
76         
77 Applications
79 At this point, ports of existing applications to 0.9 are still experimental.
80 A patch for Totem is maintained at
82 http://bugzilla.gnome.org/show_bug.cgi?id=313086.
83 A patch for Rhythmbox is maintained at
85 http://bugzilla.gnome.org/show_bug.cgi?id=309609.
86 Jamboree has a branch with the tag "jamboree-gst-0.9" that works against
87 GStreamer 0.9.
88 Flumotion has been mostly ported to 0.9 as well.
90   
91 Contributors to this release
92     
93       * Alessandro Decina
94       * Andy Wingo
95       * David Schleef
96       * Edward Hervey
97       * Francis Labonte
98       * Jan Schmidt
99       * Johan Dahlin
100       * Michael Smith
101       * Stefan Kost
102       * Thomas Vander Stichele
103       * Tim-Philipp Müller
104       * Wim Taymans
105