summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2011-04-26 14:49:35 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2011-05-16 18:08:39 -0300
commit0556d121c40aef83fe464529ccc6aaeef92e3dc7 (patch)
tree6ff5f27e62428739df96f88ca699d3b946a115a7
parentd8484f827956c8224ef7f2111741a8602e6631ec (diff)
downloadgstreamer-plugins-bad-0556d121c40aef83fe464529ccc6aaeef92e3dc7.tar.gz
tests: camerabin2: Fix tags setting tests
Fixes the tags setting tests to reveal a bug in camerabin2 tag setting logic.
-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);
}