diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-12-23 11:59:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-12-23 11:59:45 +0000 |
commit | cb607f63f3a05d6c79b03617b1cf819734b800e0 (patch) | |
tree | 1678385fc9644bd7bb9c39908802a6482050ee1e /NEWS | |
parent | c16b2dd49cab9413061d6a6652bced17f6efc580 (diff) |
releasing 0.8.8RELEASE-0_8_8
Original commit message from CVS:
releasing 0.8.8
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 36 insertions, 1 deletions
@@ -1,4 +1,39 @@ -This is GStreamer 0.8.7. +This is GStreamer 0.8.8. + +Changes since 0.8.7: + + * Threading fixes + * Opt scheduler fixes + * Documentation updates + * New translation: Norwegian Bokmaal (Kjartan Maraas) + * New translation: Italian (Luca Ferretti) + * New scheduler: fair + +Bugs fixed since 0.8.7: + + * 144804 : opt scheduler breaks on playing a pipeline + * 148787 : clocks are not distributed correctly + * 149936 : [PATCH] [build] GStreamer without registry support do not... + * 150051 : fakesrc needs a data rate parameter that timestamps the d... + * 151605 : impossible to play .mpg or avi files with gst-launch-ext + * 153882 : [PATCH] The win32 version of gstenumtypes is not up to date + * 154061 : optimal scheduler doesn't get freed + * 156063 : infinite loop and 100% CPU with some MP3 + * 156179 : gstreamer typefind plugin information from gst-inspect is... + * 157127 : Cleanup of issues reported by sparse + * 157263 : use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff ... + * 158018 : gstreamer typefind stalls on these JPEG files + * 158162 : opt deadlock + * 158163 : [api] Problem querying on ghostpads + * 159852 : [PATCH] [api] g_signal_emit thread safety issues + * 160019 : segfault when error occurs playback of uri containing per... + * 160220 : gst_pad_set_explicit_caps of a NULL caps doesn't work + +API changes since 0.8.7: + +- API additions: + +* A new function, gst_plugin_get_version, has been added. Changes since 0.8.6: |