summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-16 12:37:15 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-16 12:37:15 +0000
commitf6a5f4fa71040613c1c967288d86be5a3814a799 (patch)
tree5ad93712b4262aeb4391ccd6c4bd5bb6bb70526e /ChangeLog
parent5587f912104a8b4b7d3fbc71c9b7e39981235b43 (diff)
downloadgstreamer-plugins-bad-f6a5f4fa71040613c1c967288d86be5a3814a799.tar.gz
tests/check/elements/mxfdemux.*: Make sure the main loop is already running when handling the EOS event in pull mode....
Original commit message from CVS: * tests/check/elements/mxfdemux.c: (_sink_event): * tests/check/elements/mxfdemux.h: Make sure the main loop is already running when handling the EOS event in pull mode. This works around a race condition that can happen if the element goes into PLAYING, handles everything and sends EOS before the main loop is started.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 043bfa1a6..8a2919984 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-12-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * tests/check/elements/mxfdemux.c: (_sink_event):
+ * tests/check/elements/mxfdemux.h:
+ Make sure the main loop is already running when handling the EOS
+ event in pull mode. This works around a race condition that can
+ happen if the element goes into PLAYING, handles everything and
+ sends EOS before the main loop is started.
+
+2008-12-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/mxf/mxfaes-bwf.c: (mxf_is_aes_bwf_essence_track),
(mxf_bwf_handle_essence_element),
(mxf_aes3_handle_essence_element), (mxf_bwf_create_caps),