e1853870ae243c8812a1268bf769e71547f55a48
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.7.90
3
4 The GStreamer team is pleased to announce the first release candidate of the stable
5 1.8 release series. The 1.8 release series is adding new features on top of
6 the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
7 series of the GStreamer multimedia framework.
8
9
10 Binaries for Android, iOS, Mac OS X and Windows will be provided separately
11 during the stable 1.8 release series.
12
13
14 This module, gstreamer, only contains core functionality.
15 For actual media playback, you will need other modules.
16
17 gst-plugins-base
18 contains a basic set of well-supported plugins
19 gst-plugins-good
20 contains a set of well-supported plugins under our preferred license
21 gst-plugins-ugly
22 contains a set of well-supported plugins, but might pose problems for
23     distributors
24 gst-plugins-bad
25 contains a set of less supported plugins that haven't passed the
26     rigorous quality testing we expect, or are still missing documentation
27     and/or unit tests
28 gst-libav
29 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
30
31
32
33   
34
35 Bugs fixed in this release
36      
37       * 728326 : Check for return values of gst_buffer_map and gst_memory_map
38       * 759539 : Stopping a stream with AAC very soon after starting crashes
39       * 760979 : tracers: Allow adding tracers programatically without defining environment variables
40       * 762450 : tags: add GST_TAG_CONDUCTOR
41       * 762702 : gst_bus_add_watch will SEGV when process reaches fd limit
42       * 762778 : API: add gst_element_class_add_static_pad_template()
43       * 762792 : amcvideodec: Can't render to Surface if the color format is not supported
44       * 762845 : tests: ghostpad: Fix memory leak
45       * 762849 : bus: GSource can access GPollFD after the bus was destroyed
46
47 ==== Download ====
48
49 You can find source releases of gstreamer in the download
50 directory: https://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 https://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       * Adam Miartus
83       * Edward Hervey
84       * George Yunaev
85       * James Stevenson
86       * Mark Nauwelaerts
87       * Nirbheek Chauhan
88       * Sebastian Dröge
89       * Thiago Santos
90       * Thibault Saunier
91       * Tim-Philipp Müller
92       * Vineeth TM
93