Release 1.11.90
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.11.90
3
4 The GStreamer team is pleased to announce the first release candidate of the
5 stable 1.12 release series. The 1.12 release series is adding new features on
6 top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and
7 ABI-stable 1.x release series of the GStreamer multimedia framework.
8
9
10 Full release notes will be provided with the 1.12.0 release, highlighting all
11 the new features, bugfixes, performance optimizations and other important
12 changes.
13
14
15 Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
16
17
18 This module, gstreamer, only contains core functionality.
19 For actual media playback, you will need other modules.
20
21 gst-plugins-base
22 contains a basic set of well-supported plugins
23 gst-plugins-good
24 contains a set of well-supported plugins under our preferred license
25 gst-plugins-ugly
26 contains a set of well-supported plugins, but might pose problems for
27     distributors
28 gst-plugins-bad
29 contains a set of less supported plugins that haven't passed the
30     rigorous quality testing we expect, or are still missing documentation
31     and/or unit tests
32 gst-libav
33 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
34
35
36
37   
38
39 Bugs fixed in this release
40      
41       * 779175 : registry: Only scan plugin files that end with an extension
42       * 775445 : adaptivedemux: Fix deadlock during transition from track disable to enable
43       * 776293 : GStreamer-CRITICAL **: gst_stream_collection_get_size: assertion 'collection- > priv- > streams' failed
44       * 779459 : Document whether GST_CAT_LEVEL_LOG() & co print a new-line
45       * 779755 : Timecodes get serialized as flagsets
46       * 780111 : _gst_param_array_validate is not correctly implemented
47       * 780751 : gstvalue: fix GstValue leak in structure_field_union_into
48       * 780923 : Various combined-flag #defines are not C++ friendly
49
50 ==== Download ====
51
52 You can find source releases of gstreamer in the download
53 directory: https://gstreamer.freedesktop.org/src/gstreamer/
54
55 The git repository and details how to clone it can be found at
56 http://cgit.freedesktop.org/gstreamer/gstreamer/
57
58 ==== Homepage ====
59
60 The project's website is https://gstreamer.freedesktop.org/
61
62 ==== Support and Bugs ====
63
64 We use GNOME's bugzilla for bug reports and feature requests:
65 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
66
67 Please submit patches via bugzilla as well.
68
69 For help and support, please subscribe to and send questions to the
70 gstreamer-devel mailing list (see below for details).
71
72 There is also a #gstreamer IRC channel on the Freenode IRC network.
73
74 ==== Developers ====
75
76 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
77 from there (see link above).
78
79 Interested developers of the core library, plugins, and applications should
80 subscribe to the gstreamer-devel list.
81
82         
83 Contributors to this release
84     
85       * Jan Schmidt
86       * Nicolas Dufresne
87       * Olivier Crête
88       * Sebastian Dröge
89       * Seungha Yang
90       * Thiago Santos
91       * Thibault Saunier
92       * Tim-Philipp Müller
93       * Vincent Penquerc'h
94       * Wim Taymans
95