summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/check/elements/camerabin2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/camerabin2.c b/tests/check/elements/camerabin2.c
index f44998543..c94986528 100644
--- a/tests/check/elements/camerabin2.c
+++ b/tests/check/elements/camerabin2.c
@@ -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);
}