releasing 0.10.10
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer Base Plug-ins 0.10.10 "Chorizo"
3         
4
5
6 The GStreamer team is proud to announce a new release
7 in the 0.10.x stable series of the
8 GStreamer Base Plug-ins.
9
10
11 The 0.10.x series is a stable series targeted at end users.
12 It is not API or ABI compatible with the stable 0.8.x series.
13 It is, however, parallel installable with the 0.8.x series.
14
15
16
17 This module contains a set of reference plugins, base classes for other
18 plugins, and helper libraries.
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, gnomevfssrc
31   network: tcp
32   typefind
33   audio processing: audioconvert, adder, audiorate, audioscale, volume
34   visualisation: libvisual
35   video processing: ffmpegcolorspace
36   aggregate elements: decodebin, playbin
37
38
39 Other modules containing plug-ins are:
40
41
42 gst-plugins-good
43 contains a set of well-supported plug-ins under our preferred license
44 gst-plugins-ugly
45 contains a set of well-supported plug-ins, but might pose problems for
46     distributors
47 gst-plugins-bad
48 contains a set of less supported plug-ins that haven't passed the
49     rigorous quality testing we expect
50
51
52
53   
54
55 Features of this release
56     
57       * Parallel installability with 0.8.x series
58       * Threadsafe design and API
59       * New elements: gdppay, gdpdepay
60
61 Bugs fixed in this release
62      
63       * 343787 : The adder cannot handle when multiple elements tries to l...
64       * 336075 : ALSA emu10k1 mixer tracks are wrongly classified as playb...
65       * 349105 : crash with playbin and resizing screen
66       * 342494 : [v4l] Query " device-name " even if device is not open
67       * 342680 : [adder] seeking with multiple ogg files fails to work
68       * 345188 : [alsa] can't handle more than 8 channels
69       * 347091 : converting vorbis comments to GstTagLists is lossy
70       * 348157 : Changed " Change Device " menu behaviour in gnome-volume-co...
71       * 348916 : [typefind] add multipart/x-mixed-replace typefinder
72       * 350157 : [riff] riff parser can't detect dts audio stream
73       * 350655 : [oggdemux] should process seeking queries
74       * 350900 : [adder] should not clamp floating point values
75       * 351426 : API: add gst_tag_parse_extended_comment
76       * 351502 : g_value_set_string leaks
77       * 351742 : [vorbisenc] discontinuity detection too sensitive, might ...
78       * 353658 : [videotestsrc] doesn't round strides correctly for YVYU
79       * 354594 : multifdsink doesn't work reliably with sync-method = 'nex...
80       * 351790 : [ogmparse] crash parsing video stream on x86-64
81       * 140139 : [avidemux] can't play broken avi with ogg (not vorbis) au...
82       * 347783 : [PLUGIN-MOVE] GDP elements should be moved
83       * 347918 : Internal data flow error in udpsrc
84       * 349656 : jitterbuffer in GstBaseRtp fails to handle rtp seqnum rol...
85       * 350784 : element alsamixer doesn't respect asoundrc
86       * 351308 : [netbuffer] build fails with gkt-doc critical warnings
87       * 353234 : audiorate preserves DISCONT on buffers
88       * 353912 : Add cmml caps to oggmux
89
90 API changed in this release
91      
92 - API additions:
93     
94 * gst_rtp_buffer_get_payload_subbuffer()
95 * gst_tag_parse_extended_comment()
96 * GstPlayBin::connection-speed
97 * GstTheoraParse::synchronization-points
98 * GST_AUDIO_CHANNEL_POSITION_NONE
99
100 Download
101
102 You can find source releases of gst-plugins-base in the download directory:
103 http://gstreamer.freedesktop.org/src/gst-plugins-base/
104
105 GStreamer Homepage
106
107 More details can be found on the project's website:
108 http://gstreamer.freedesktop.org/
109
110 Support and Bugs
111
112 We use GNOME's bugzilla for bug reports and feature requests:
113 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
114
115 Developers
116
117 CVS is hosted on cvs.freedesktop.org.
118 All code is in CVS and can be checked out from there.
119 Interested developers of the core library, plug-ins, and applications should
120 subscribe to the gstreamer-devel list. If there is sufficient interest we
121 will create more lists as necessary.
122
123         
124 Applications
125   
126 Contributors to this release
127     
128       * Alessandro Dessina
129       * Andy Wingo
130       * Edward Hervey
131       * Iain Holmes
132       * James Livingston
133       * Jan Schmidt
134       * Jens Granseuer
135       * Kai Vehmanen
136       * Marcel Moreaux
137       * Martin Szulecki
138       * Michael Smith
139       * Sjoerd Simons
140       * Stefan Kost
141       * Thomas Vander Stichele
142       * Tim-Philipp Müller
143       * Viktor Peters
144       * Wim Taymans
145       * Young-Ho Cha
146