tests: enable strict discontinuity checking on vorbisdec pipeline

Closes #423086.
This commit is contained in:
Mark Nauwelaerts 2010-02-02 11:34:10 +01:00
parent 0c5b377c17
commit 66c1292cac

View file

@ -79,14 +79,7 @@ GST_START_TEST (test_timestamps)
gst_element_set_state (pipeline, GST_STATE_NULL);
/* FIXME: there seems to be a bug in vorbisdec on decoding the last packet
* where it calculates the timestamp based on the granulepos of the incoming
* packet and subtracting the number of samples it can decode, which can
* result in a discontinuity in timestamps.
* See http://bugzilla.gnome.org/show_bug.cgi?id=423086
* Fix that bug and drop this number to 0.
*/
fail_if (messages > 1, "Received imperfect timestamp messages");
fail_if (messages > 0, "Received imperfect timestamp messages");
gst_object_unref (pipeline);
}