7285971ed52fdb90549abcc0b3ec2ffc81e9f5d0
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer Base Plugins 1.10.0
3
4 The GStreamer team is pleased to announce the first release of the new stable
5 1.10 release series. The 1.10 release series is adding new features on top of
6 the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
7 release series of the GStreamer multimedia framework.
8
9
10 Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
11 the source release by the GStreamer project during the stable 1.10 release
12 series.
13
14
15 This module contains a set of reference plugins, base classes for other
16 plugins, and helper libraries. It also includes essential elements such
17 as audio and video format converters, and higher-level components like playbin,
18 decodebin, encodebin, and discoverer.
19
20 This module is kept up-to-date together with the core developments.  Element
21 writers should look at the elements in this module as a reference for
22 their development.
23
24 This module contains elements for, among others:
25
26   device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
27   containers: ogg
28   codecs: vorbis, theora
29   text: textoverlay, subparse
30   sources: audiotestsrc, videotestsrc, giosrc
31   network: tcp
32   typefind functions
33   audio processing: audioconvert, adder, audiorate, audioresample, volume
34   visualisation: libvisual
35   video processing: videoconvert, videoscale
36   high-level components: playbin, uridecodebin, decodebin, encodebin, discoverer
37   libraries: app, audio, fft, pbutils, riff, rtp, rtsp, sdp, tag, video
38
39
40 Other modules containing plugins are:
41
42
43 gst-plugins-good
44 contains a set of well-supported plugins under our preferred license
45 gst-plugins-ugly
46 contains a set of well-supported plugins, but might pose problems for
47     distributors
48 gst-plugins-bad
49 contains a set of less supported plugins that haven't passed the
50     rigorous quality testing we expect, or are still missing documentation
51     and/or unit tests
52 gst-libav
53 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
54
55
56
57   
58
59 Bugs fixed in this release
60      
61       * 768763 : vorbisenc, opusenc reconfiguration broken
62       * 772500 : opusdec: Fix memory leak in test code
63       * 772501 : videorate: Fix memory leak in test code
64       * 772676 : parsebin: Use gst_playback_utils_compare_factories_func
65       * 772855 : decodebin3: Implement lock for multiqueue slot
66       * 773103 : videodecoder: Default caps sets format I420
67       * 773105 : audioencoder: Error-handling for pushing headers
68       * 773107 : audioencoder: Plug buffer-leak
69       * 773181 : x264enc refuses to negotiate I420 or baseline profiles!
70       * 773441 : decodebin3: GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object != NULL' failed
71
72 ==== Download ====
73
74 You can find source releases of gst-plugins-base in the download
75 directory: https://gstreamer.freedesktop.org/src/gst-plugins-base/
76
77 The git repository and details how to clone it can be found at
78 http://cgit.freedesktop.org/gstreamer/gst-plugins-base/
79
80 ==== Homepage ====
81
82 The project's website is https://gstreamer.freedesktop.org/
83
84 ==== Support and Bugs ====
85
86 We use GNOME's bugzilla for bug reports and feature requests:
87 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
88
89 Please submit patches via bugzilla as well.
90
91 For help and support, please subscribe to and send questions to the
92 gstreamer-devel mailing list (see below for details).
93
94 There is also a #gstreamer IRC channel on the Freenode IRC network.
95
96 ==== Developers ====
97
98 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
99 from there (see link above).
100
101 Interested developers of the core library, plugins, and applications should
102 subscribe to the gstreamer-devel list.
103
104         
105 Contributors to this release
106     
107       * Arun Raghavan
108       * Edward Hervey
109       * Graham Leggett
110       * Havard Graff
111       * Jimmy Ohn
112       * Nirbheek Chauhan
113       * Scott D Phillips
114       * Sebastian Dröge
115       * Seungha Yang
116       * Stefan Sauer
117       * Stian Selnes
118       * Thibault Saunier
119       * Tim-Philipp Müller
120       * Vincent Penquerc'h
121       * Wonchul Lee
122