summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-21 15:23:42 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-21 15:23:42 +0100
commit2b2112e6be9dea59cc3bbe568ade6407930619a2 (patch)
treed8d6f796c5279cca2fc860f5ce9287932201652e /sys/d3dvideosink
parent3d1ca76725969570b53899a35fd8c03f5c46171e (diff)
downloadgstreamer-plugins-bad-2b2112e6be9dea59cc3bbe568ade6407930619a2.tar.gz
d3dvideosink: Add the actually supported color formats to the template caps
Diffstat (limited to 'sys/d3dvideosink')
-rw-r--r--sys/d3dvideosink/d3dvideosink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/d3dvideosink/d3dvideosink.c b/sys/d3dvideosink/d3dvideosink.c
index 54496fb52..7a4fabb6d 100644
--- a/sys/d3dvideosink/d3dvideosink.c
+++ b/sys/d3dvideosink/d3dvideosink.c
@@ -84,7 +84,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/x-raw, "
- "format = (string) { I420, YV12, YUY2, UYVY, BGRx, BGRA, NV12 }, "
+ "format = (string) { I420, YV12, YUY2, UYVY, RGB, ARGB, xRGB, RGB16, ABGR, xBGR, GRAY8 }, "
"framerate = (fraction) [ 0, MAX ], "
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ]")
);