diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-09-11 18:02:28 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-09-11 18:02:28 -0400 |
commit | 60739b828d32826f8134fa149ab199927231511d (patch) | |
tree | 3556a1635e6e1d008e802080f3231affd43ae5be /tests | |
parent | 23acf753a81ebd81dd3230ee4a42bf2fcfcb6f54 (diff) | |
download | gstreamer-plugins-bad-60739b828d32826f8134fa149ab199927231511d.tar.gz |
test: Flush opus encoder between tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/elements/opus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/opus.c b/tests/check/elements/opus.c index b7e36ff10..84d39b34d 100644 --- a/tests/check/elements/opus.c +++ b/tests/check/elements/opus.c @@ -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); |