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