Release 1.6.0
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer Base Plugins 1.6.0
3
4
5 The GStreamer team is proud to announce a new major feature release in the
6 stable 1.x API series of your favourite cross-platform multimedia framework!
7
8
9 This release has been in the works for more than a year and is packed with new
10 features, bug fixes and other improvements.
11
12
13 See
14 http://gstreamer.freedesktop.org/releases/1.6/
15 for the full list of changes.
16
17
18
19 This module contains a set of reference plugins, base classes for other
20 plugins, and helper libraries. It also includes essential elements such
21 as audio and video format converters, and higher-level components like playbin,
22 decodebin, encodebin, and discoverer.
23
24 This module is kept up-to-date together with the core developments.  Element
25 writers should look at the elements in this module as a reference for
26 their development.
27
28 This module contains elements for, among others:
29
30   device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
31   containers: ogg
32   codecs: vorbis, theora
33   text: textoverlay, subparse
34   sources: audiotestsrc, videotestsrc, giosrc
35   network: tcp
36   typefind functions
37   audio processing: audioconvert, adder, audiorate, audioresample, volume
38   visualisation: libvisual
39   video processing: videoconvert, videoscale
40   high-level components: playbin, uridecodebin, decodebin, encodebin, discoverer
41   libraries: app, audio, fft, pbutils, riff, rtp, rtsp, sdp, tag, video
42
43
44 Other modules containing plugins are:
45
46
47 gst-plugins-good
48 contains a set of well-supported plugins under our preferred license
49 gst-plugins-ugly
50 contains a set of well-supported plugins, but might pose problems for
51     distributors
52 gst-plugins-bad
53 contains a set of less supported plugins that haven't passed the
54     rigorous quality testing we expect, or are still missing documentation
55     and/or unit tests
56 gst-libav
57 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
58
59
60
61   
62
63 Bugs fixed in this release
64      
65       * 752148 : Drawing from paths passed to cairo does not work with PANGOCAIRO_BACKEND=coretext
66       * 754344 : libs: build rtp after audio
67       * 754833 : dmabuf & fdmemory: fix allocator_alloc documentation
68       * 755392 : video: bugs with gst_video_frame_copy and videoconvert (with test scripts)
69
70 ==== Download ====
71
72 You can find source releases of gst-plugins-base in the download
73 directory: http://gstreamer.freedesktop.org/src/gst-plugins-base/
74
75 The git repository and details how to clone it can be found at
76 http://cgit.freedesktop.org/gstreamer/gst-plugins-base/
77
78 ==== Homepage ====
79
80 The project's website is http://gstreamer.freedesktop.org/
81
82 ==== Support and Bugs ====
83
84 We use GNOME's bugzilla for bug reports and feature requests:
85 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
86
87 Please submit patches via bugzilla as well.
88
89 For help and support, please subscribe to and send questions to the
90 gstreamer-devel mailing list (see below for details).
91
92 There is also a #gstreamer IRC channel on the Freenode IRC network.
93
94 ==== Developers ====
95
96 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
97 from there (see link above).
98
99 Interested developers of the core library, plugins, and applications should
100 subscribe to the gstreamer-devel list.
101
102         
103 Contributors to this release
104     
105       * Aurélien Zanelli
106       * Sebastian Dröge
107