audiointerleave: fix message leaks by flushing the bus
https://bugzilla.gnome.org/show_bug.cgi?id=766663
This commit is contained in:
parent
172529e151
commit
2ec2e15a2a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user