From f6a5f4fa71040613c1c967288d86be5a3814a799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 16 Dec 2008 12:37:15 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 043bfa1a6..8a2919984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-12-16 Sebastian Dröge + + * 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 * gst/mxf/mxfaes-bwf.c: (mxf_is_aes_bwf_essence_track), -- cgit v1.2.1