d3dvideosink: Add the actually supported color formats to the template caps

This commit is contained in:
Sebastian Dröge 2012-12-21 15:23:42 +01:00
parent 3d1ca76725
commit 2b2112e6be

View file

@ -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 ]")
);