mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
tests: camerabin2: Fix number of iteration of tests
There are 3 taglist tests, not 2
This commit is contained in:
parent
79bb475abe
commit
1fe76c94f1
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ GST_START_TEST (test_video_capture_with_tags)
|
|||
|
||||
gst_element_set_state (GST_ELEMENT (camera), GST_STATE_NULL);
|
||||
|
||||
for (i = 0; i < 2; i++) {
|
||||
for (i = 0; i < 3; i++) {
|
||||
check_file_validity (VIDEO_FILENAME, i, taglists[i], 0, 0, NO_AUDIO);
|
||||
gst_tag_list_free (taglists[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue