Release 1.7.91
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer Base Plugins 1.7.91
3
4 The GStreamer team is pleased to announce the second 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 contains a set of reference plugins, base classes for other
15 plugins, and helper libraries. It also includes essential elements such
16 as audio and video format converters, and higher-level components like playbin,
17 decodebin, encodebin, and discoverer.
18
19 This module is kept up-to-date together with the core developments.  Element
20 writers should look at the elements in this module as a reference for
21 their development.
22
23 This module contains elements for, among others:
24
25   device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
26   containers: ogg
27   codecs: vorbis, theora
28   text: textoverlay, subparse
29   sources: audiotestsrc, videotestsrc, giosrc
30   network: tcp
31   typefind functions
32   audio processing: audioconvert, adder, audiorate, audioresample, volume
33   visualisation: libvisual
34   video processing: videoconvert, videoscale
35   high-level components: playbin, uridecodebin, decodebin, encodebin, discoverer
36   libraries: app, audio, fft, pbutils, riff, rtp, rtsp, sdp, tag, video
37
38
39 Other modules containing plugins are:
40
41
42 gst-plugins-good
43 contains a set of well-supported plugins under our preferred license
44 gst-plugins-ugly
45 contains a set of well-supported plugins, but might pose problems for
46     distributors
47 gst-plugins-bad
48 contains a set of less supported plugins that haven't passed the
49     rigorous quality testing we expect, or are still missing documentation
50     and/or unit tests
51 gst-libav
52 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
53
54
55
56   
57
58 Bugs fixed in this release
59      
60       * 761251 : textoverlay: Expose text rendering dimensions to applications and remove absolute positioning limit
61       * 763059 : opusdec: plug caps leak
62       * 763094 : gst-play: remove peculiar setting of invalid -v property
63       * 763278 : tcpserversink: problems with TS muxed stream, not detecting/sending keyframes
64       * 763625 : decodebin: Crashes when shutting down during autoplugging
65       * 758282 : OGG streams buffer constantly even with plenty of bandwidth
66
67 ==== Download ====
68
69 You can find source releases of gst-plugins-base in the download
70 directory: https://gstreamer.freedesktop.org/src/gst-plugins-base/
71
72 The git repository and details how to clone it can be found at
73 http://cgit.freedesktop.org/gstreamer/gst-plugins-base/
74
75 ==== Homepage ====
76
77 The project's website is https://gstreamer.freedesktop.org/
78
79 ==== Support and Bugs ====
80
81 We use GNOME's bugzilla for bug reports and feature requests:
82 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
83
84 Please submit patches via bugzilla as well.
85
86 For help and support, please subscribe to and send questions to the
87 gstreamer-devel mailing list (see below for details).
88
89 There is also a #gstreamer IRC channel on the Freenode IRC network.
90
91 ==== Developers ====
92
93 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
94 from there (see link above).
95
96 Interested developers of the core library, plugins, and applications should
97 subscribe to the gstreamer-devel list.
98
99         
100 Contributors to this release
101     
102       * Havard Graff
103       * Lubosz Sarnecki
104       * Nirbheek Chauhan
105       * Sebastian Dröge
106       * Tim-Philipp Müller
107       * Vincent Penquerc'h
108       * Wim Taymans
109