Release 1.1.2
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.1.2
3
4
5 The GStreamer team is proud to announce a new bug-fix release
6 in the 1.x stable series of the
7 core of the GStreamer streaming media framework.
8
9
10 The 1.x series is a stable series targeted at end users.
11 It is not API or ABI compatible with the stable 0.10.x series.
12 It is, however, parallel installable with the 0.10.x series and
13 will not affect an existing 0.10.x installation.
14
15
16 The 1.x series has been reworked for more flexible memory handling, improved
17 caps negotiation and re-negotiation, better handling of dynamic pipelines,
18 and increased performance in general. It also features countless other feature
19 additions and enhancements.
20
21
22 This module, gstreamer, only contains core functionality.
23 For actual media playback, you will need other modules.
24
25 gst-plugins-base
26 contains a basic set of well-supported plugins
27 gst-plugins-good
28 contains a set of well-supported plugins under our preferred license
29 gst-plugins-ugly
30 contains a set of well-supported plugins, but might pose problems for
31     distributors
32 gst-plugins-bad
33 contains a set of less supported plugins that haven't passed the
34     rigorous quality testing we expect, or are still missing documentation
35     and/or unit tests
36 gst-libav
37 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
38
39
40
41   
42
43 Features of this release
44     
45
46 Bugs fixed in this release
47      
48       * 652037 : basesrc: less persistent caching of size
49       * 701985 : gst-launch: Unreffing GstContext that is still used
50       * 702089 : gst_init: Don't intercept --help
51       * 702520 : queue: deadlock when reconfigure event
52       * 702632 : acceptcaps query can be very very slow
53       * 703267 : funnel: Needs to be usable in playbin
54       * 703377 : gst_check_setup_events() and multiple src or sink pads
55       * 703682 : POTFILES.in is out of date
56
57 ==== Download ====
58
59 You can find source releases of gstreamer in the download
60 directory: http://gstreamer.freedesktop.org/src/gstreamer/
61
62 The git repository and details how to clone it can be found at
63 http://cgit.freedesktop.org/gstreamer/gstreamer/
64
65 ==== Homepage ====
66
67 The project's website is http://gstreamer.freedesktop.org/
68
69 ==== Support and Bugs ====
70
71 We use GNOME's bugzilla for bug reports and feature requests:
72 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
73
74 Please submit patches via bugzilla as well.
75
76 For help and support, please subscribe to and send questions to the
77 gstreamer-devel mailing list (see below for details).
78
79 There is also a #gstreamer IRC channel on the Freenode IRC network.
80
81 ==== Developers ====
82
83 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
84 from there (see link above).
85
86 Interested developers of the core library, plugins, and applications should
87 subscribe to the gstreamer-devel list.
88
89         
90 Contributors to this release
91     
92       * Brendan Long
93       * Edward Hervey
94       * Hans de Goede
95       * Jonas Holmberg
96       * Kim Lam
97       * Nicolas Dufresne
98       * Olivier Crête
99       * Paul HENRYS
100       * Piotr Drąg
101       * Sebastian Dröge
102       * Sjoerd Simons
103       * Stefan Sauer
104       * Thibault Saunier
105       * Tim-Philipp Müller
106       * Wim Taymans
107