avimux: change raw video caps order so that GRAY8 is last

People like colours.

https://bugzilla.gnome.org/show_bug.cgi?id=695543
This commit is contained in:
Tim-Philipp Müller 2013-03-12 00:16:18 +00:00
parent 3f8ad30cee
commit dfde4179e8

View file

@ -93,7 +93,7 @@ static GstStaticPadTemplate video_sink_factory =
GST_PAD_SINK,
GST_PAD_REQUEST,
GST_STATIC_CAPS ("video/x-raw, "
"format = (string) { YUY2, I420, GRAY8, BGR, BGRx, BGRA }, "
"format = (string) { YUY2, I420, BGR, BGRx, BGRA, GRAY8 }, "
"width = (int) [ 16, 4096 ], "
"height = (int) [ 16, 4096 ], "
"framerate = (fraction) [ 0, MAX ]; "