mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tests: camerabin2: Fix tags setting tests
Fixes the tags setting tests to reveal a bug in camerabin2 tag setting logic.
This commit is contained in:
parent
d8484f8279
commit
0556d121c4
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ validate_taglist_foreach (const GstTagList * list, const gchar * tag,
|
|||
fail_if (val1 == NULL);
|
||||
fail_if (val2 == NULL);
|
||||
|
||||
fail_unless (gst_value_can_intersect (val1, val2));
|
||||
fail_unless (gst_value_compare (val1, val2) == GST_VALUE_EQUAL);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue