4d69093132a58c5961b5a2cb0b1677f351757fd2
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.5.91
3
4
5 The GStreamer team is pleased to announce the second release candidate for the
6 stable 1.6 release series. The 1.6 release series is adding new features on top of
7 the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
8 series of the GStreamer multimedia framework. The final 1.6.0 release is planned
9 in the next few days unless any major bugs are found.
10
11
12 Binaries for Android, iOS, Mac OS X and Windows will be provided separately by
13 the GStreamer project.
14
15
16 This module, gstreamer, only contains core functionality.
17 For actual media playback, you will need other modules.
18
19 gst-plugins-base
20 contains a basic set of well-supported plugins
21 gst-plugins-good
22 contains a set of well-supported plugins under our preferred license
23 gst-plugins-ugly
24 contains a set of well-supported plugins, but might pose problems for
25     distributors
26 gst-plugins-bad
27 contains a set of less supported plugins that haven't passed the
28     rigorous quality testing we expect, or are still missing documentation
29     and/or unit tests
30 gst-libav
31 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
32
33
34
35   
36
37 Bugs fixed in this release
38      
39       * 754036 : bin: Make sure we don't add/remove a bin to/from itself
40       * 754040 : Investigate why caps negotiation is slower than in 1.4
41       * 754193 : harness: misc bugfixes
42       * 754661 : harness: Fix race for gst_harness_element_ref
43       * 754875 : configure.ac: no socketpair() check causes unresolved reference
44       * 754975 : bin: trivial fix in critical log when threadpool alloc fails
45       * 755019 : gstreamer: Fix error leak during failure cases
46
47 ==== Download ====
48
49 You can find source releases of gstreamer in the download
50 directory: http://gstreamer.freedesktop.org/src/gstreamer/
51
52 The git repository and details how to clone it can be found at
53 http://cgit.freedesktop.org/gstreamer/gstreamer/
54
55 ==== Homepage ====
56
57 The project's website is http://gstreamer.freedesktop.org/
58
59 ==== Support and Bugs ====
60
61 We use GNOME's bugzilla for bug reports and feature requests:
62 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
63
64 Please submit patches via bugzilla as well.
65
66 For help and support, please subscribe to and send questions to the
67 gstreamer-devel mailing list (see below for details).
68
69 There is also a #gstreamer IRC channel on the Freenode IRC network.
70
71 ==== Developers ====
72
73 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
74 from there (see link above).
75
76 Interested developers of the core library, plugins, and applications should
77 subscribe to the gstreamer-devel list.
78
79         
80 Contributors to this release
81     
82       * Arun Raghavan
83       * Havard Graff
84       * Igor Rondarev
85       * Nicolas Dufresne
86       * Sebastian Dröge
87       * Stian Selnes
88       * Thiago Santos
89       * Thibault Saunier
90       * Tim-Philipp Müller
91       * Vineeth TM
92       * Vivia Nikolaidou
93