summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-03-24 19:41:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-03-24 19:41:03 +0000
commit1aca0c541b4381deac3940125583c46a15c381ca (patch)
tree56f4d358d0ecc4846b2e0be1db3e486b9fd29172 /ChangeLog
parentaa23e235dc6b8c622c0e85b6020efce3facb3314 (diff)
ext/flac/: Spifify a bit.
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event): * ext/flac/gstflacdec.h: * ext/flac/gstflacenc.h: Spifify a bit. Fix deadly lock order error in seeking code, STREAM_LOCK cannot be taken within LOCK and the streaming variables are protected with the STREAM_LOCK anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5743a1e5..7141e33c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-03-24 Wim Taymans <wim@fluendo.com>
+ * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
+ * ext/flac/gstflacdec.h:
+ * ext/flac/gstflacenc.h:
+ Spifify a bit.
+ Fix deadly lock order error in seeking code, STREAM_LOCK
+ cannot be taken within LOCK and the streaming variables are
+ protected with the STREAM_LOCK anyway.
+
+2006-03-24 Wim Taymans <wim@fluendo.com>
+
* gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
(gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
(gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):