summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-01-30 14:19:05 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-01-30 14:19:05 +0000
commitf2c0a7313333f0b7ed58421e0b40ae4f2ed7f6e1 (patch)
tree24d721798291a54a842c5f6f6035e904555f598e /NEWS
parent67ab0ec2861e0d43342f7b2ec8ef3cdaa39f60b7 (diff)
Release 0.10.17
Original commit message from CVS: Release 0.10.17
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 52008a54c..db7d78cf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
-This is GStreamer Base Plug-ins 0.10.16, "Scheduled Interruption"
+This is GStreamer Base Plug-ins 0.10.17, "Peanut Butter and Jelly"
IMPORTANT NOTES
+This release is identical to 0.10.16, with several small but significant bug
+fixes. The most important one fixes crashes in gnome-volume-control and other
+consumers of the GstMixer API, due to an unfortunate ABI break. Everyone
+should use 0.10.17 instead of 0.10.16 in all cases.
+
1) Please note that decodebin2 and playbin2 API included in this release is
still considered unstable and WILL change in future releases. At this stage,
only developers or early adopters should consider using decodebin2 or playbin2
@@ -24,6 +29,19 @@ workaround, you can set the rank of mp3parse to GST_RANK_NONE in
gst-plugins-ugly/gst/mpegaudioparse/gstmpegaudioparse.c when compiling, or
or remove the /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so file entirely.
+Changes since 0.10.16:
+
+ * Work-around ABI breakage due to unfortunate use of the
+ GST_DISABLE_DEPRECATED macro
+ * Export 2 missing functions needed for bindings in the win32 build
+ * Initialise the GstRingBuffer GType from a thread-safe context
+
+Bugs fixed since 0.10.16:
+
+ * 511825 : [RTSP] compiler warning on FreeBSD
+ * 513018 : crash in Volume Control: I typed my password at t...
+ * 512334 : g_critical() when using GstAudioFilter & GST_DEBUG
+
Changes since 0.10.15:
* Handle newer Theora granule-pos semantics