mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: enable strict discontinuity checking on vorbisdec pipeline
Closes #423086.
This commit is contained in:
parent
0c5b377c17
commit
66c1292cac
1 changed files with 1 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue