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