releasing 0.8.8
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer 0.8.8.
2
3 Changes since 0.8.7:
4
5       * Threading fixes
6       * Opt scheduler fixes
7       * Documentation updates
8       * New translation: Norwegian Bokmaal (Kjartan Maraas)
9       * New translation: Italian (Luca Ferretti)
10       * New scheduler: fair
11
12 Bugs fixed since 0.8.7:
13
14       * 144804 : opt scheduler breaks on playing a pipeline
15       * 148787 : clocks are not distributed correctly
16       * 149936 : [PATCH] [build] GStreamer without registry support do not...
17       * 150051 : fakesrc needs a data rate parameter that timestamps the d...
18       * 151605 : impossible to play .mpg or avi files with gst-launch-ext
19       * 153882 : [PATCH] The win32 version of gstenumtypes is not up to date
20       * 154061 : optimal scheduler doesn't get freed
21       * 156063 : infinite loop and 100% CPU with some MP3
22       * 156179 : gstreamer typefind plugin information from gst-inspect is...
23       * 157127 : Cleanup of issues reported by sparse
24       * 157263 : use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff ...
25       * 158018 : gstreamer typefind stalls on these JPEG files
26       * 158162 : opt deadlock
27       * 158163 : [api] Problem querying on ghostpads
28       * 159852 : [PATCH] [api] g_signal_emit thread safety issues
29       * 160019 : segfault when error occurs playback of uri containing per...
30       * 160220 : gst_pad_set_explicit_caps of a NULL caps doesn't work
31
32 API changes since 0.8.7:
33
34 - API additions:
35
36 * A new function, gst_plugin_get_version, has been added.
37
38 Changes since 0.8.6:
39
40       * important playback thread fix
41       * typefind fix for non-seekable streams
42
43 Changes since 0.8.5:
44
45       * spider, queue fixes
46       * fakesrc and identity now have a datarate property
47       * dataprotocol threadsafety fix
48
49 Bugs fixed since 0.8.5:
50
51       * 136962 : crc error when decoding flac with typefind and threads
52       * 150001 : [PATCH] Mem leaks in gstpad.c, gstxml.c and gstelement.c
53       * 150262 : gstreamer.spec file needs correction to work with rpmbuil...
54       * 150626 : bug trying to play a theora web stream
55       * 153657 : make typefind prevent unneeded discont element
56       * 153881 : [PATCH] in-code C declarations
57
58 API changes since 0.8.5:
59
60 - API additions:
61
62 * The "fakesrc" element now has a datarate property.
63 * The "identity" element now has a datarate property.
64
65 Changes since 0.8.4:
66
67       * New Translation: Albanian (sq), Laurent Dhima
68       * first release that works on Windows with MSVC7
69       * fixed lists can now be intersected
70       * transform functions from fraction to double added
71       * optimal scheduler fixes
72       * fixation fixes
73       * filesrc fixes
74       * typefind fixes
75
76 Bugs fixed since 0.8.4:
77
78       * 145100 : segfault in gst_pad_call_get_function
79       * 147889 : gst_element_link_pads_filtered may ignore named dest pad ...
80       * 148692 : GstQueue binary compatibility breakage
81       * 149981 : Win32 not included in the source distribution
82       * 150242 : GStreamer doesn't copy some buffer flags correctly
83
84 API changes since 0.8.4:
85
86 - API additions:
87      
88 * A new function, gst_scheduler_register, has been added.
89 * A new enum member of GstBufferFlag, GST_BUFFER_DELTA_UNIT has been added.
90  
91 - API depreciations:
92      
93 * GstBufferFlag has a deprecated enum member, GST_BUFFER_KEY_UNIT.
94 Buffers should be marked with GST_BUFFER_DELTA_UNIT when they're not
95 key units instead, since key units are the more common case.
96
97 Changes since 0.8.3:
98     
99       * New Translation: Czech (cs), Miloslav Trmac
100       * New Translation: Catalan (ca), Jordi Mallach
101       * gst_init () now behaves like gtk_init ()
102       * queue fixes
103       * ongoing win32 build integration
104       * bytestream now has GstFilePad
105       * gst-register is now i18n-ized
106       * GstCaps XML-ization works again
107       * Fixed enum GValue
108       * Added GstFraction GValue
109
110 Bugs fixed since 0.8.3:
111     
112       * 109831 : clocks aren't refcounted properly
113       * 123774 : state change on bin should set same state change on all c...
114       * 134663 : failed assertion at end of movie in totem
115       * 137863 : CPU/Memory leak when using spider decoder
116       * 140219 : no man page for gst-xmlinspect
117       * 141378 : gstreamer crashes during initialization due to a recent c...
118       * 141692 : gst_init() type function that ignores arguments it doesn'...
119       * 142418 : Win32 Debug build should not be the same as the Release one
120       * 142422 : Win32 Build documentation missing
121       * 142795 : [PATCH] Memory leak in queue element
122       * 142813 : [PATCH] Deadlock in optimal scheduler
123       * 142850 : GST-Register didn't find any plugins
124       * 142903 : [PATCH] fdsrc element never resets buffer offset to zero
125       * 143741 : cross compiling issue
126       * 143777 : [opt] problem after removing some elemnts and putting the...
127       * 143953 : Crash cause by gst_data_is_writable + audioconvert
128       * 144185 : Double-free memory
129       * 145137 : patch to make GstCaps XML functions actually do something
130       * 145338 : [PATCH] Fix a bus error in the optimal scheduler
131       * 145391 : gstvalue.c: ref klasses instead of peek
132       * 145520 : registry rebuilds too easily
133       * 147707 : FreeBSD dosn't have strndup
134       * 147713 : opt scheduler resorts the chain incorrectly
135       * 147819 : [PATCH] Add some checks in the opt scheduler
136       * 147894 : opt scheduler decoupled elements mismanagement
137       * 147929 : [PATCH] running gst-register in non-utf8 locale can cause...
138
139 Changes since 0.8.2:
140
141       * Hotfix for unregisterable switch element
142
143 Changes since 0.8.1:
144
145       * new translations: Turkish, Ukrainian, GB English
146       * Fixes for setting elements to NULL to release devices
147       * Windows port
148       * New GStreamer Data Protocol helper library
149       * New GstAdapter, similar to bytestream
150       * Fixes for registry loading plugins with same name
151       * Added no-more-pads signal
152       * Added Fixed List GValue type
153       * Fixes to schedulers
154
155 Bugs fixed since 0.8.1:
156
157       * 133897 : Internal GStreamer error: seek problem
158       * 134839 : buffers leaked by filesrc, typefind, spider or fakesink
159       * 137710 : When seeking, the sink's time is reset
160       * 138012 : [opt] simple pipeline crashe
161       * 138836 : docs build but won't install
162       * 140015 : GstValue GTypes should not derive from G_TYPE_BOXED
163       * 140156 : ARM port / type reading patches
164       * 140477 : [debug] crash with *:2 while playing alien.mpg
165       * 140594 : Small memory leak int gst_parse_launch()
166       * 140734 : filesrc should handle named pipes/devices
167       * 140743 : Leak in _gst_parse_escape()
168       * 141083 : gstreamer-0.8.1 compile failure with gcc-3.4: error: PIC ...
169       * 141304 : GST_CAPS and GST_IS_CAPS broken
170       * 141317 : Win32 build with newest Microsoft compilers
171       * 141414 : filesink leaks events
172       * 141416 : leak in entrygthread scheduler
173       * 141417 : Memory leak in gthread-cothreads.h
174       * 142304 : The Win32 makefiles clean too much
175       * 142804 : needed change to allow x86 Solaris compile with Forte
176       * 142957 : xmlregistry failes to compile on osx
177
178 Changes since 0.8.0:
179
180       * new translations: Azarbaijani, Afrikaans, Swedish
181       * MinGW compilation fixes
182       * buffer internal fixes
183       * new entry scheduler
184       * move from memchunks to malloc
185       * lots of memleak fixes
186       * better valgrind support
187       * registry fixes
188
189 Changes since 0.7.6:
190
191       * coding style consistency for .c files
192       * ABI padding for GstCaps and GstStructure
193
194 Changes since 0.7.5:
195                                                                                 
196       * uses 0.8 as the major/minor number
197       * opt scheduler fixes
198       * don't link non-versioned tools to gstreamer
199       * bindings-related fixes and additions
200  
201 Changes since 0.7.4:
202
203       * API additions for bindings
204       * Queue memleak fix
205       * optimal scheduler fixes
206       * Ghost pad fixes
207       * Signal marshalling fixes
208       * documentation fixes
209       * underquotedness fixes for automake 1.8
210       * fixed atomic implementation on sparc and S390
211       * gstreamer-scan fixes
212       * multidisksrc renamed to multifilesrc
213       * fixed GstCaps docs
214       * fixed libxml checking when not needed
215       * added timeout to filesrc
216       * added support for double dparams
217       * make spider report an error when it can't handle a mime type
218       * fixed navigation event handling
219       * added codec and volume tags
220
221 Bugs fixed since 0.7.4:
222     
223       * 105844 : --disable-loadsave --disable-registry still check for libxml
224       * 118310 : Timeout support added for fdsrc
225       * 127133 : [API] Need non-vararg version of gst_index_add_association
226       * 127815 : gst-register sigsegs 100% of the time.
227       * 129600 : patch to compile on OSX
228       * 131362 : use serialize/deserialize in the core
229       * 132045 : incorrect dependency causes rebuilding of libgstreamer on "m
230       * 132935 : setting pipeline -> NULL -> PLAYING doesn't restart stream
231       * 132996 : configure fails: aclocal: macro `jm_AC_TYPE_UNSIGNED_LONG_LO
232       * 133391 : the asm mutex implementation is broken on SPARC
233       * 133631 : gst-launch seg faults in gst_caps_free with no sink
234       * 133800 : fixes for underquoted macros and automake 1.8.x
235       * 133817 : add support for disc number tag
236       * 134128 : typo in ./gstreamer/gst/gstclock.c
237       * 134145 : pot-update not updated after file removal
238       * 134583 : Race on gst_pad_link_free
239       * 134816 : test -e in autogen.sh does not work on Solaris
240       * 134841 : gst-inspect.c is defining GList *pads twice