summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2009-01-07 20:38:50 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2009-01-07 20:38:50 +0000
commit3e380b488da3dc16ab874de1b7831cdc3033657d (patch)
treec774b209a5afafdc1d6065d2d619661964cdd22b /ChangeLog
parent90e9d8e0e194a472a9b93c80de0547e5ac075df8 (diff)
ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and ignore callbacks for stream objects tha...
Original commit message from CVS: * ext/pulse/pulsesink.c: * ext/pulse/pulsesink.h: Use a mutex to protect the current stream pointer, and ignore callbacks for stream objects that have been destroyed already. Fixes problems with unprepare/prepare cycles caused by the input caps changing, without reintroducing bug #556986.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43e40b0b..a18fdb10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-01-07 Jan Schmidt <jan.schmidt@sun.com>
+ * ext/pulse/pulsesink.c:
+ * ext/pulse/pulsesink.h:
+ Use a mutex to protect the current stream pointer, and ignore
+ callbacks for stream objects that have been destroyed already.
+ Fixes problems with unprepare/prepare cycles caused by the input
+ caps changing, without reintroducing bug #556986.
+
+2009-01-07 Jan Schmidt <jan.schmidt@sun.com>
+
* sys/v4l2/gstv4l2src.c:
Remove () from translateable string, so that it makes more sense.