mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
test: Flush opus encoder between tests
This commit is contained in:
parent
f4f714fc6b
commit
24fa2ac653
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,
|
fail_unless (gst_pad_push_event (myencsrcpad,
|
||||||
gst_event_new_flush_start ()) == TRUE);
|
gst_event_new_flush_start ()) == TRUE);
|
||||||
fail_unless (gst_pad_push_event (myencsrcpad,
|
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);
|
gst_caps_unref (caps);
|
||||||
|
|
Loading…
Reference in a new issue