mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
tests: camerabin2: Use the correct for limit
There are 3 taglists to be tested, not 2
This commit is contained in:
parent
68bff61732
commit
86ae3777fd
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ GST_START_TEST (test_image_capture_with_tags)
|
||||||
|
|
||||||
gst_element_set_state (GST_ELEMENT (camera), GST_STATE_NULL);
|
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 (IMAGE_FILENAME, i, taglists[i], 0, 0);
|
check_file_validity (IMAGE_FILENAME, i, taglists[i], 0, 0);
|
||||||
gst_tag_list_free (taglists[i]);
|
gst_tag_list_free (taglists[i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue