avimux: use string for video format now

This commit is contained in:
Wim Taymans 2011-06-20 12:13:11 +02:00
parent c9b154df2f
commit 458d163ccb

View 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 ]; "