projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f8ad30
)
avimux: change raw video caps order so that GRAY8 is last
author
Tim-Philipp Müller
<tim@centricular.net>
Tue, 12 Mar 2013 00:16:18 +0000
(
00:16
+0000)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/gst/avi/gstavimux.c
b/gst/avi/gstavimux.c
index 7e020b70558ac5078eb56f07472ecd44d0573358..96aa7a941dfe85a3dc234704fea52cdb05135bf9 100644
(file)
--- a/
gst/avi/gstavimux.c
+++ b/
gst/avi/gstavimux.c
@@
-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 ]; "