summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-06 20:18:16 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-06 20:18:16 +0000
commitac9c01d8c17a6139a40ecc0c473c79c552ebde85 (patch)
tree3bc7caa1844c3d9f01449a841009a0d45252ec57 /ChangeLog
parent98b7a0c36df81253c4cb6857bd4c23e4c9d2cb72 (diff)
downloadgst-plugins-bad-ac9c01d8c17a6139a40ecc0c473c79c552ebde85.tar.gz
gst-plugins-bad-ac9c01d8c17a6139a40ecc0c473c79c552ebde85.tar.bz2
gst-plugins-bad-ac9c01d8c17a6139a40ecc0c473c79c552ebde85.zip
ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on older GLibs some more to avoid assertions w...
Original commit message from CVS: * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init): Work around missing bits of thread-safety on older GLibs some more to avoid assertions when starting up multiple playbin objects concurrently (see #512382).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d45f2282..a95957e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
+ Work around missing bits of thread-safety on older GLibs some
+ more to avoid assertions when starting up multiple playbin
+ objects concurrently (see #512382).
+
2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Sjoerd Simons <sjoerd at luon dot net>