back to cvs
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer 0.8.3
2
3 Changes since 0.8.2:
4
5       * Hotfix for unregisterable switch element
6
7 This is GStreamer 0.8.2
8
9 Changes since 0.8.1:
10
11       * new translations: Turkish, Ukrainian, GB English
12       * Fixes for setting elements to NULL to release devices
13       * Windows port
14       * New GStreamer Data Protocol helper library
15       * New GstAdapter, similar to bytestream
16       * Fixes for registry loading plugins with same name
17       * Added no-more-pads signal
18       * Added Fixed List GValue type
19       * Fixes to schedulers
20
21 Bugs fixed since 0.8.1:
22
23       * 133897 : Internal GStreamer error: seek problem
24       * 134839 : buffers leaked by filesrc, typefind, spider or fakesink
25       * 137710 : When seeking, the sink's time is reset
26       * 138012 : [opt] simple pipeline crashe
27       * 138836 : docs build but won't install
28       * 140015 : GstValue GTypes should not derive from G_TYPE_BOXED
29       * 140156 : ARM port / type reading patches
30       * 140477 : [debug] crash with *:2 while playing alien.mpg
31       * 140594 : Small memory leak int gst_parse_launch()
32       * 140734 : filesrc should handle named pipes/devices
33       * 140743 : Leak in _gst_parse_escape()
34       * 141083 : gstreamer-0.8.1 compile failure with gcc-3.4: error: PIC ...
35       * 141304 : GST_CAPS and GST_IS_CAPS broken
36       * 141317 : Win32 build with newest Microsoft compilers
37       * 141414 : filesink leaks events
38       * 141416 : leak in entrygthread scheduler
39       * 141417 : Memory leak in gthread-cothreads.h
40       * 142304 : The Win32 makefiles clean too much
41       * 142804 : needed change to allow x86 Solaris compile with Forte
42       * 142957 : xmlregistry failes to compile on osx
43
44 Changes since 0.8.0:
45
46       * new translations: Azarbaijani, Afrikaans, Swedish
47       * MinGW compilation fixes
48       * buffer internal fixes
49       * new entry scheduler
50       * move from memchunks to malloc
51       * lots of memleak fixes
52       * better valgrind support
53       * registry fixes
54
55 Changes since 0.7.6:
56
57       * coding style consistency for .c files
58       * ABI padding for GstCaps and GstStructure
59
60 Changes since 0.7.5:
61                                                                                 
62       * uses 0.8 as the major/minor number
63       * opt scheduler fixes
64       * don't link non-versioned tools to gstreamer
65       * bindings-related fixes and additions
66  
67 Changes since 0.7.4:
68
69       * API additions for bindings
70       * Queue memleak fix
71       * optimal scheduler fixes
72       * Ghost pad fixes
73       * Signal marshalling fixes
74       * documentation fixes
75       * underquotedness fixes for automake 1.8
76       * fixed atomic implementation on sparc and S390
77       * gstreamer-scan fixes
78       * multidisksrc renamed to multifilesrc
79       * fixed GstCaps docs
80       * fixed libxml checking when not needed
81       * added timeout to filesrc
82       * added support for double dparams
83       * make spider report an error when it can't handle a mime type
84       * fixed navigation event handling
85       * added codec and volume tags
86
87 Bugs fixed since 0.7.4:
88     
89       * 105844 : --disable-loadsave --disable-registry still check for libxml
90       * 118310 : Timeout support added for fdsrc
91       * 127133 : [API] Need non-vararg version of gst_index_add_association
92       * 127815 : gst-register sigsegs 100% of the time.
93       * 129600 : patch to compile on OSX
94       * 131362 : use serialize/deserialize in the core
95       * 132045 : incorrect dependency causes rebuilding of libgstreamer on "m
96       * 132935 : setting pipeline -> NULL -> PLAYING doesn't restart stream
97       * 132996 : configure fails: aclocal: macro `jm_AC_TYPE_UNSIGNED_LONG_LO
98       * 133391 : the asm mutex implementation is broken on SPARC
99       * 133631 : gst-launch seg faults in gst_caps_free with no sink
100       * 133800 : fixes for underquoted macros and automake 1.8.x
101       * 133817 : add support for disc number tag
102       * 134128 : typo in ./gstreamer/gst/gstclock.c
103       * 134145 : pot-update not updated after file removal
104       * 134583 : Race on gst_pad_link_free
105       * 134816 : test -e in autogen.sh does not work on Solaris
106       * 134841 : gst-inspect.c is defining GList *pads twice