mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
test: Flush opus encoder between tests
This commit is contained in:
parent
23acf753a8
commit
60739b828d
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ GST_START_TEST (test_opus_encode_properties)
|
|||
fail_unless (gst_pad_push_event (myencsrcpad,
|
||||
gst_event_new_flush_start ()) == TRUE);
|
||||
fail_unless (gst_pad_push_event (myencsrcpad,
|
||||
gst_event_new_flush_stop (FALSE)) == TRUE);
|
||||
gst_event_new_flush_stop (TRUE)) == TRUE);
|
||||
}
|
||||
|
||||
gst_caps_unref (caps);
|
||||
|
|
Loading…
Reference in a new issue