avimux: use string for video format now
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Jun 2011 10:13:11 +0000 (12:13 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Jun 2011 10:13:11 +0000 (12:13 +0200)
gst/avi/gstavimux.c

index af8fc0d..514257e 100644 (file)
@@ -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 ]; "