videotestsrc: make and copy palette
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer Base Plugins 1.0.1
3
4
5 The GStreamer team is proud to announce a new release
6 in the 1.x stable series of the
7 core of the GStreamer streaming media framework.
8
9
10 The 1.x series is a stable series targeted at end users.
11 It is not API or ABI compatible with the stable 0.10.x series.
12 It is, however, parallel installable with the 0.10.x series and
13 will not affect an existing 0.10.x installation.
14
15
16
17 This module contains a set of reference plugins, base classes for other
18 plugins, and helper libraries. It also includes essential elements such
19 as audio and video format converters, and higher-level components like playbin,
20 decodebin, encodebin, and discoverer.
21
22 This module is kept up-to-date together with the core developments.  Element
23 writers should look at the elements in this module as a reference for
24 their development.
25
26 This module contains elements for, among others:
27
28   device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
29   containers: ogg
30   codecs: vorbis, theora
31   text: textoverlay, subparse
32   sources: audiotestsrc, videotestsrc, giosrc
33   network: tcp
34   typefind functions
35   audio processing: audioconvert, adder, audiorate, audioresample, volume
36   visualisation: libvisual
37   video processing: videoconvert, videoscale
38   high-level components: playbin, uridecodebin, decodebin, encodebin, discoverer
39   libraries: app, audio, fft, pbutils, riff, rtp, rtsp, sdp, tag, video
40
41
42 Other modules containing plugins are:
43
44
45 gst-plugins-good
46 contains a set of well-supported plugins under our preferred license
47 gst-plugins-ugly
48 contains a set of well-supported plugins, but might pose problems for
49     distributors
50 gst-plugins-bad
51 contains a set of less supported plugins that haven't passed the
52     rigorous quality testing we expect, or are still missing documentation
53     and/or unit tests
54 gst-libav
55 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
56
57
58
59   
60
61 Features of this release
62     
63       * Parallel installability with 0.10.x series
64       * videodecoder and -encoder timestamp handling improvements
65       * thread-safey fixes for GstMeta registrations and GstVideoDecoder
66
67 Bugs fixed in this release
68      
69       * 684424 : playbin: external subtitles break playback
70       * 684832 : videodecoder: Takes stream lock in query function
71       * 685110 : encodebin fails to release mux request sink pad for GstId3Mux as it is a static one for this mux
72       * 685242 : rtsp: mark url argument of gst_rtsp_url_parse as out
73       * 685332 : GstMeta registry race
74       * 685490 : audioencoder: don't require base class to implement to start vfunc
75
76 ==== Download ====
77
78 You can find source releases of gst-plugins-base in the download
79 directory: http://gstreamer.freedesktop.org/src/gst-plugins-base/
80
81 The git repository and details how to clone it can be found at
82 http://cgit.freedesktop.org/gstreamer/gst-plugins-base/
83
84 ==== Homepage ====
85
86 The project's website is http://gstreamer.freedesktop.org/
87
88 ==== Support and Bugs ====
89
90 We use GNOME's bugzilla for bug reports and feature requests:
91 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
92
93 Please submit patches via bugzilla as well.
94
95 For help and support, please subscribe to and send questions to the
96 gstreamer-devel mailing list (see below for details).
97
98 There is also a #gstreamer IRC channel on the Freenode IRC network.
99
100 ==== Developers ====
101
102 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
103 from there (see link above).
104
105 Interested developers of the core library, plugins, and applications should
106 subscribe to the gstreamer-devel list.
107
108         
109 Contributors to this release
110     
111       * Alban Browaeys
112       * Andoni Morales Alastruey
113       * Mark Nauwelaerts
114       * Michael Smith
115       * Olivier Crête
116       * Sebastian Dröge
117       * Sebastian Pölsterl
118       * Tim-Philipp Müller
119       * Wim Taymans
120