avimux: change raw video caps order so that GRAY8 is last
authorTim-Philipp Müller <tim@centricular.net>
Tue, 12 Mar 2013 00:16:18 +0000 (00:16 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 12 Mar 2013 00:16:18 +0000 (00:16 +0000)
People like colours.

https://bugzilla.gnome.org/show_bug.cgi?id=695543

gst/avi/gstavimux.c

index 7e020b7..96aa7a9 100644 (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 ]; "