6c009a252bced0ec12dfec26a7e7697e82890e77
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.9.90
3
4 The GStreamer team is pleased to announce the first release candidate of the
5 stable 1.10 release series. The 1.10 release series is adding new features on
6 top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and
7 ABI-stable 1.x release series of the GStreamer multimedia framework.
8
9
10 Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
11
12
13 This module, gstreamer, only contains core functionality.
14 For actual media playback, you will need other modules.
15
16 gst-plugins-base
17 contains a basic set of well-supported plugins
18 gst-plugins-good
19 contains a set of well-supported plugins under our preferred license
20 gst-plugins-ugly
21 contains a set of well-supported plugins, but might pose problems for
22     distributors
23 gst-plugins-bad
24 contains a set of less supported plugins that haven't passed the
25     rigorous quality testing we expect, or are still missing documentation
26     and/or unit tests
27 gst-libav
28 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
29
30
31
32   
33
34 Bugs fixed in this release
35      
36       * 753922 : GValue types are registered after types that might use them (e.g. tags)
37       * 770731 : gstconfig.h: Need to add support for more platforms / PPC broken
38       * 770740 : No way to disable build of tests/misc
39       * 771104 : element: seek_simple() does not reset stop position
40       * 771210 : tests: new queue2: Add higher-resolution low/high-watermark properties unit test is flaky
41       * 771306 : basesink: Remove unused fields and always use the buffer timestamp difference for calculating the QoS proportion
42       * 771649 : gst_bin_sort_iterator_copy doesn't copy GstBinSortIterator::queue
43       * 771029 : MSVC can't link against autotools-build generated DLLs
44
45 ==== Download ====
46
47 You can find source releases of gstreamer in the download
48 directory: https://gstreamer.freedesktop.org/src/gstreamer/
49
50 The git repository and details how to clone it can be found at
51 http://cgit.freedesktop.org/gstreamer/gstreamer/
52
53 ==== Homepage ====
54
55 The project's website is https://gstreamer.freedesktop.org/
56
57 ==== Support and Bugs ====
58
59 We use GNOME's bugzilla for bug reports and feature requests:
60 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
61
62 Please submit patches via bugzilla as well.
63
64 For help and support, please subscribe to and send questions to the
65 gstreamer-devel mailing list (see below for details).
66
67 There is also a #gstreamer IRC channel on the Freenode IRC network.
68
69 ==== Developers ====
70
71 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
72 from there (see link above).
73
74 Interested developers of the core library, plugins, and applications should
75 subscribe to the gstreamer-devel list.
76
77         
78 Contributors to this release
79     
80       * Arun Raghavan
81       * Carlos Rafael Giani
82       * Graham Leggett
83       * Jan Schmidt
84       * Kouhei Sutou
85       * Nirbheek Chauhan
86       * Sebastian Dröge
87       * Thiago Santos
88       * Thibault Saunier
89       * Tim-Philipp Müller
90       * Wim Taymans
91       * Wonchul Lee
92