tests/icles: fix type of format field in 0.11 video caps

https://bugzilla.gnome.org/show_bug.cgi?id=676344
This commit is contained in:
Sreerenj Balachandran 2012-05-16 12:25:09 +03:00 committed by Tim-Philipp Müller
parent 2434f2932b
commit d172962082

View file

@ -25,7 +25,7 @@
#include <gst/gst.h>
#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)