mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: basesrc: unref gst_bus_timed_pop_filtered return
This commit is contained in:
parent
dc5a62f702
commit
5f21596795
1 changed files with 2 additions and 1 deletions
|
@ -1013,7 +1013,8 @@ GST_START_TEST (basesrc_time_automatic_eos)
|
|||
|
||||
bus = gst_pipeline_get_bus (GST_PIPELINE (pipe));
|
||||
|
||||
gst_bus_timed_pop_filtered (bus, GST_CLOCK_TIME_NONE, GST_MESSAGE_EOS);
|
||||
gst_message_unref (gst_bus_timed_pop_filtered (bus, GST_CLOCK_TIME_NONE,
|
||||
GST_MESSAGE_EOS));
|
||||
|
||||
gst_element_set_state (pipe, GST_STATE_NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue