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