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