mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
audiointerleave: fix message leaks by flushing the bus
https://bugzilla.gnome.org/show_bug.cgi?id=766663
This commit is contained in:
parent
937a42247a
commit
ce53b64800
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue