Release 1.4.0
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.4.0
3
4
5 The GStreamer team is pleased to announce the first release of
6 the stable 1.4 release series. The 1.4 release series is adding new
7 features on top of the 1.0 and 1.2 series and is part of the API and
8 ABI-stable 1.x release series of the GStreamer multimedia framework.
9
10
11
12 Binaries for Android, iOS, Mac OS X and Windows are provided together
13 with this release.
14
15
16
17 The stable 1.4 release series is API and ABI compatible with 1.0.x,
18 1.2.x and any other 1.x release series in the future. Compared to 1.2.x
19 it contains some new features and more intrusive changes that were
20 considered too risky as a bugfix.
21
22
23
24 The versioning scheme that is used in general is that 1.x.y is API and
25 ABI backwards compatible with previous 1.x.y releases. If x is an even
26 number it is a stable release series and all releases in this series
27 will only contain important bugfixes, e.g. the 1.0 series with 1.0.7. If
28 x is odd it is a development release series that will lead to the next
29 stable release series 1.x+1 and contains new features and bigger
30 changes. During the development release series, new API can still
31 change.
32
33
34
35 This module, gstreamer, only contains core functionality.
36 For actual media playback, you will need other modules.
37
38 gst-plugins-base
39 contains a basic set of well-supported plugins
40 gst-plugins-good
41 contains a set of well-supported plugins under our preferred license
42 gst-plugins-ugly
43 contains a set of well-supported plugins, but might pose problems for
44     distributors
45 gst-plugins-bad
46 contains a set of less supported plugins that haven't passed the
47     rigorous quality testing we expect, or are still missing documentation
48     and/or unit tests
49 gst-libav
50 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
51
52
53
54   
55
56 Bugs fixed in this release
57      
58       * 733121 : debugutils: Unref pad template after use
59       * 733291 : typefindelement: Propagate input buffer PTS and DTS
60
61 ==== Download ====
62
63 You can find source releases of gstreamer in the download
64 directory: http://gstreamer.freedesktop.org/src/gstreamer/
65
66 The git repository and details how to clone it can be found at
67 http://cgit.freedesktop.org/gstreamer/gstreamer/
68
69 ==== Homepage ====
70
71 The project's website is http://gstreamer.freedesktop.org/
72
73 ==== Support and Bugs ====
74
75 We use GNOME's bugzilla for bug reports and feature requests:
76 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
77
78 Please submit patches via bugzilla as well.
79
80 For help and support, please subscribe to and send questions to the
81 gstreamer-devel mailing list (see below for details).
82
83 There is also a #gstreamer IRC channel on the Freenode IRC network.
84
85 ==== Developers ====
86
87 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
88 from there (see link above).
89
90 Interested developers of the core library, plugins, and applications should
91 subscribe to the gstreamer-devel list.
92
93         
94 Contributors to this release
95     
96       * Edward Hervey
97       * Sebastian Dröge
98       * Sebastian Rasmussen
99       * Thiago Santos
100       * Thibault Saunier
101