Release 0.10.21
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 0.10.21 "Take These Things From Me"
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 core of the GStreamer streaming media framework.
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 The 0.10.x series has been reworked for threadsafety.  It also features
17 various feature additions and enhancements.
18
19
20 This module, gstreamer, only contains core functionality.
21 For actual media playback, you will need other modules.
22
23 gst-plugins-base
24 contains a basic set of well-supported plug-ins
25 gst-plugins-good
26 contains a set of well-supported plug-ins under our preferred license
27 gst-plugins-ugly
28 contains a set of well-supported plug-ins, but might pose problems for
29     distributors
30 gst-plugins-bad
31 contains a set of less supported plug-ins that haven't passed the
32     rigorous quality testing we expect
33
34
35
36   
37
38 Features of this release
39     
40       * Basetransform rework
41       * Basesink synchronisation extensions
42       * New documentation
43       * Many bug fixes, enhancements and optimisations
44
45 Bugs fixed in this release
46      
47       * 481169 : [tag] add support for geo tags (gps location etc.)
48       * 520694 : adding GST_TAG_KEYWORDS
49       * 538201 : deleting the control point at ts=0 does not lower the con...
50       * 544855 : fakesrc and fakesink should call super::event()
51       * 339795 : [GstBaseTransform] Reverse negotiation issues in passthro...
52       * 348114 : [PPC64?] [gcc-4.1.2?] GST_BUFFER_IN_CAPS flag should have...
53       * 361718 : [basetransform] needs API to force renegotiation
54       * 533856 : gst_buffer_join() documentation is unclear
55       * 536978 : GTKDOC_CFLAGS should include CFLAGS
56       * 537804 : [multiqueue] wrongly reporting that the queue is full.
57       * 537812 : [check] add api to setup a pad by name
58       * 538568 : Add GST_TAG_ATTACHMENT
59       * 539772 : gst_pad_template_new() does more than call g_object_new()
60       * 542175 : gst-inspect --gst-plugins-path fails with multiple direct...
61       * 543444 : gst_base_sink_get_position can return 0 unexpectedly
62       * 543853 : Bison version check failure on OSX 10.4 Tiger
63       * 544174 : [basesrc] allow dynamic value of the seekable value.
64       * 544776 : [win32] binary registry may fail if glib is using a diffe...
65       * 545352 : gsturi is too restrictive
66       * 545603 : gst-inspect: don't print uri handler when compiled withou...
67       * 545605 : gstelementfactory: don't use uri handler code without uri...
68       * 545607 : gst: include gstconfig when using macros defined therein
69       * 545853 : [basetransform] rewrite
70       * 546328 : fractions with G_MAXINT cause failure for fixation
71       * 546822 : gstreamer doesn't tell gettext to output its translations...
72       * 547277 : filesrc detect if a file is seekable using SEEK_SET and n...
73       * 547728 : [basetransform] fail on buffer_alloc
74       * 548394 : basesink should ignore EOS during flushing
75       * 548652 : [Inconsistency] GST_TAG_LOCATION is used for different me...
76       * 549504 : Thread-safe version of gst_pad_get_internal_links()
77       * 551952 : Need 'check' package when compile
78       * 551978 : Memleak in gst_element_sync_state_with_paren
79       * 547835 : tee release_request_pad while buffer_alloc racyness
80       * 538628 : Patch: added a timeout property to fdsrc used in gst_poll...
81       * 546883 : [basetransform] ximagesink fails when resizing video window
82       * 551509 : gst_base_transform_prepare_output_buffer: assertion faile...
83
84 API changed in this release
85      
86 - API additions:
87     
88 * Add GST_TAG_ATTACHMENT for generic file attachments to streams.
89 * Add gst_base_sink_set_render_delay()
90 * Add gst_base_sink_get_render_delay()
91 * Add gst_check_setup_src_pad_by_name
92 * Add gst_check_setup_sink_pad_by_name
93 * Add gst_check_teardown_pad_by_name
94 * Add GstBaseTransform::gst_base_transform_suggest()
95 * GstBaseTransform::gst_base_transform_reconfigure()
96 * GstPad::gst_pad_set_iterate_internal_links_function()
97 * GstPad::GstPadIterIntLinkFunction
98 * GstPad::gst_pad_iterate_internal_links()
99 * GstPad::gst_pad_iterate_internal_links_default()
100 - API deprecations:
101     
102 * gst_pad_get_internal_links()
103 * gst_pad_set_internal_link_function()
104 * gst_pad_get_internal_links_default()
105
106 Download
107
108 You can find source releases of gstreamer in the download directory:
109 http://gstreamer.freedesktop.org/src/gstreamer/
110
111 GStreamer Homepage
112
113 More details can be found on the project's website:
114 http://gstreamer.freedesktop.org/
115
116 Support and Bugs
117
118 We use GNOME's bugzilla for bug reports and feature requests:
119 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
120
121 Developers
122
123 CVS is hosted on cvs.freedesktop.org.
124 All code is in CVS and can be checked out from there.
125 Interested developers of the core library, plug-ins, and applications should
126 subscribe to the gstreamer-devel list. If there is sufficient interest we
127 will create more lists as necessary.
128
129         
130 Applications
131
132 Applications ported to GStreamer 0.10 include Totem, RhythmBox, Sound-Juicer,
133 Gnome Media, Flumotion, Amarok, Jamboree, Pitivi, Istanbul, AnnoAmp, Elisa, and others.
134 Let us know if you want to be added to this list.
135
136   
137 Contributors to this release
138     
139       * Alessandro Decina
140       * Antoine Tremblay
141       * David Schleef
142       * Edward Hervey
143       * Frederic Crozat
144       * Jan Schmidt
145       * Jason Zhao
146       * Joel Larsson
147       * Luc Pionchon
148       * Michael Smith
149       * Murray Cumming
150       * Ole André Vadla Ravnås
151       * Olivier Crete
152       * Rene Stadler
153       * Robert Schwebel
154       * Sebastian Dröge
155       * Stefan Kost
156       * Thijs Vermeir
157       * Thomas Vander Stichele
158       * Tim-Philipp Müller
159       * Tristan Matthews
160       * Wim Taymans
161