diff options
Diffstat (limited to 'tests/check/gnl/simple.c')
-rw-r--r-- | tests/check/gnl/simple.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/check/gnl/simple.c b/tests/check/gnl/simple.c index 0a11725..ba58f21 100644 --- a/tests/check/gnl/simple.c +++ b/tests/check/gnl/simple.c @@ -111,7 +111,8 @@ test_simplest_full (gboolean async) /* Expected segments */ collect->expected_segments = g_list_append (collect->expected_segments, segment_new (1.0, GST_FORMAT_TIME, 5 * GST_SECOND, 6 * GST_SECOND, 0)); - + collect->expected_base = 0; + collect->gotsegment = FALSE; GST_DEBUG ("Setting pipeline to PLAYING again"); @@ -392,6 +393,7 @@ test_one_after_other_full (gboolean async) segment_new (1.0, GST_FORMAT_TIME, 2 * GST_SECOND, 3 * GST_SECOND, 1 * GST_SECOND)); collect->gotsegment = FALSE; + collect->expected_base = 0; GST_DEBUG ("Setting pipeline to PLAYING again"); @@ -740,6 +742,7 @@ test_one_bin_after_other_full (gboolean async) segment_new (1.0, GST_FORMAT_TIME, 1 * GST_SECOND, 2 * GST_SECOND, 1 * GST_SECOND)); collect->gotsegment = FALSE; + collect->expected_base = 0; GST_DEBUG ("Setting pipeline to PLAYING again"); |