summaryrefslogtreecommitdiff
path: root/tests/icles
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 13:30:37 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 13:30:37 +0200
commit829c80ce6c8c09014d77bfb59cef41aa75a5c797 (patch)
tree7db7db779bf17d1231a33dec7bc64cb528eebd81 /tests/icles
parent58ce9de7a51b848f233f874672b4c39188256b33 (diff)
fix more caps
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/gdkpixbufsink-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/icles/gdkpixbufsink-test.c b/tests/icles/gdkpixbufsink-test.c
index 2e516aa19..881750289 100644
--- a/tests/icles/gdkpixbufsink-test.c
+++ b/tests/icles/gdkpixbufsink-test.c
@@ -77,7 +77,7 @@ new_decoded_pad (GstElement * dec, GstPad * new_pad, gboolean last,
s = gst_caps_get_structure (caps, 0);
sname = gst_structure_get_name (s);
- if (!g_str_has_prefix (sname, "video/x-raw-"))
+ if (!g_str_has_prefix (sname, "video/x-raw"))
goto not_video;
csp = create_element ("videoconvert");