From 458d163ccb71b82d5deb4734539b623d616b95ec Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 20 Jun 2011 12:13:11 +0200 Subject: [PATCH] avimux: use string for video format now --- gst/avi/gstavimux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index af8fc0d..514257e 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -92,7 +92,7 @@ static GstStaticPadTemplate video_sink_factory = GST_PAD_SINK, GST_PAD_REQUEST, GST_STATIC_CAPS ("video/x-raw, " - "format = (fourcc) { YUY2, I420 }, " + "format = (string) { YUY2, I420 }, " "width = (int) [ 16, 4096 ], " "height = (int) [ 16, 4096 ], " "framerate = (fraction) [ 0, MAX ]; " -- 2.7.4