mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
3f8ad30cee
commit
dfde4179e8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ static GstStaticPadTemplate video_sink_factory =
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_REQUEST,
|
GST_PAD_REQUEST,
|
||||||
GST_STATIC_CAPS ("video/x-raw, "
|
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 ], "
|
"width = (int) [ 16, 4096 ], "
|
||||||
"height = (int) [ 16, 4096 ], "
|
"height = (int) [ 16, 4096 ], "
|
||||||
"framerate = (fraction) [ 0, MAX ]; "
|
"framerate = (fraction) [ 0, MAX ]; "
|
||||||
|
|
Loading…
Reference in a new issue