summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-09 12:33:21 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-09 12:33:21 +0000
commit139e82bd8b898defc6b9aab346f55195cb462463 (patch)
treef5c81686880c8cd77d1388fc9c0e945d47631cdc /ChangeLog
parent0d1f52616a6ad52986b5247ff94f071ebb23e925 (diff)
gst/avi/gstavidemux.c: Fix seeking (or, well, fix threading issue where a variable was set before a lock was taken an...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event), (gst_avi_demux_handle_seek): Fix seeking (or, well, fix threading issue where a variable was set before a lock was taken and was already unset before that same lock was taken and was thus no longer in existance when it actually had to be used).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 541aefb2..0ad1d401 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2005-08-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
+ (gst_avi_demux_handle_seek):
+ Fix seeking (or, well, fix threading issue where a variable was
+ set before a lock was taken and was already unset before that
+ same lock was taken and was thus no longer in existance when it
+ actually had to be used).
+
+2005-08-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
Mixing binary and logical operators is not going to work; fix
position-querying in Totem.