2 Release notes for GStreamer Base Plug-ins 0.10.10 "Chorizo"
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.
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.
17 This module contains a set of reference plugins, base classes for other
18 plugins, and helper libraries.
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
24 This module contains elements for, among others:
26 device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
28 codecs: vorbis, theora
29 text: textoverlay, subparse
30 sources: audiotestsrc, videotestsrc, gnomevfssrc
33 audio processing: audioconvert, adder, audiorate, audioscale, volume
34 visualisation: libvisual
35 video processing: ffmpegcolorspace
36 aggregate elements: decodebin, playbin
39 Other modules containing plug-ins are:
43 contains a set of well-supported plug-ins under our preferred license
45 contains a set of well-supported plug-ins, but might pose problems for
48 contains a set of less supported plug-ins that haven't passed the
49 rigorous quality testing we expect
55 Features of this release
57 * Parallel installability with 0.8.x series
58 * Threadsafe design and API
59 * New elements: gdppay, gdpdepay
61 Bugs fixed in this release
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
90 API changed in this release
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
102 You can find source releases of gst-plugins-base in the download directory:
103 http://gstreamer.freedesktop.org/src/gst-plugins-base/
107 More details can be found on the project's website:
108 http://gstreamer.freedesktop.org/
112 We use GNOME's bugzilla for bug reports and feature requests:
113 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
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.
126 Contributors to this release
141 * Thomas Vander Stichele