summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-17 12:45:26 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-17 12:45:26 +0000
commit9aea8e646d9ea62e6920f68068d68995b71a9d30 (patch)
tree19e4fcc247ab42bb2c46d5634bcaf4d7ce190c94
parent2aca75210f7aa02bb70e662698e5f64f311e22a0 (diff)
ext/alsa/gstalsaclock.c: Sanity check, don't wait endlessly since the clock might not actually run at this point (whi...
Original commit message from CVS: * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait): Sanity check, don't wait endlessly since the clock might not actually run at this point (which is a deadlock). Fixes #164069.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1050082..cf54e5ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
+ Sanity check, don't wait endlessly since the clock might not
+ actually run at this point (which is a deadlock). Fixes #164069.
+
2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybasebin.c: (probe_triggered):