From 1aca0c541b4381deac3940125583c46a15c381ca Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 24 Mar 2006 19:41:03 +0000 Subject: 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5743a1e5..7141e33c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-03-24 Wim Taymans + + * 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 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index), -- cgit