From d172962082fbe9d4dcf3012ac093871c28bc91d8 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Wed, 16 May 2012 12:25:09 +0300 Subject: [PATCH] tests/icles: fix type of format field in 0.11 video caps https://bugzilla.gnome.org/show_bug.cgi?id=676344 --- tests/icles/test-box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/icles/test-box.c b/tests/icles/test-box.c index 09fd3e7547..f5cca9a576 100644 --- a/tests/icles/test-box.c +++ b/tests/icles/test-box.c @@ -25,7 +25,7 @@ #include -#define CAPS " capsfilter caps=\"video/x-raw-yuv, format=(fourcc)I420, width=(int)640, height=(int)480\" " +#define CAPS " capsfilter caps=\"video/x-raw, format=(string)I420, width=(int)640, height=(int)480\" " static GstElement * make_pipeline (gint type)