mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
wavpackparse: Fix unit test for recent position reporting changes
This commit is contained in:
parent
59a53cfd36
commit
a68d676fb1
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ GST_START_TEST (test_parsing_valid_frames)
|
|||
|
||||
fail_unless (gst_element_query_position (wavpackparse, &format, &pos),
|
||||
"Position query failed");
|
||||
fail_unless_equals_int (pos, 25600);
|
||||
fail_unless_equals_int (pos, 51200);
|
||||
fail_unless (gst_element_query_duration (wavpackparse, &format, NULL),
|
||||
"Duration query failed");
|
||||
|
||||
|
|
Loading…
Reference in a new issue