summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-03-22 11:36:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-03-22 11:36:38 +0000
commit32e5851723d1ae1f1b415454a054a635bd6235c4 (patch)
tree2d7bbd38abc2d4345e102c9f25d2858710d7160e /ChangeLog
parentfd380cb84767e9385d9ab7fcc90d27311540bf35 (diff)
ext/ffmpeg/gstffmpegdec.c: make _open and _close as functions that should be called with the object lock instead of t...
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close), (gst_ffmpegdec_setcaps), (gst_ffmpegdec_change_state): make _open and _close as functions that should be called with the object lock instead of them taking a lock themselves. This fixes a deadlock when _open fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1317a1a78e..233e98f8de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-22 Wim Taymans <wim@fluendo.com>
+
+ * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close),
+ (gst_ffmpegdec_setcaps), (gst_ffmpegdec_change_state):
+ make _open and _close as functions that should be
+ called with the object lock instead of them taking a
+ lock themselves. This fixes a deadlock when
+ _open fails.
+
2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):