diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-03-24 19:41:03 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-03-24 19:41:03 +0000 |
| commit | 1aca0c541b4381deac3940125583c46a15c381ca (patch) | |
| tree | 56f4d358d0ecc4846b2e0be1db3e486b9fd29172 /ChangeLog | |
| parent | aa23e235dc6b8c622c0e85b6020efce3facb3314 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |
