audiointerleave: fix message leaks by flushing the bus

https://bugzilla.gnome.org/show_bug.cgi?id=766663
This commit is contained in:
Guillaume Desmottes 2016-05-19 11:19:01 +03:00 committed by Sebastian Dröge
parent 937a42247a
commit ce53b64800

View file

@ -269,6 +269,7 @@ GST_START_TEST (test_audiointerleave_2ch)
g_cond_wait (&data_cond, &data_mutex);
g_mutex_unlock (&data_mutex);
gst_bus_set_flushing (bus, TRUE);
gst_element_set_state (interleave, GST_STATE_NULL);
gst_element_set_state (queue, GST_STATE_NULL);
@ -410,6 +411,7 @@ GST_START_TEST (test_audiointerleave_2ch_1eos)
g_cond_wait (&data_cond, &data_mutex);
g_mutex_unlock (&data_mutex);
gst_bus_set_flushing (bus, TRUE);
gst_element_set_state (interleave, GST_STATE_NULL);
gst_element_set_state (queue, GST_STATE_NULL);