d3dvideosink: Add the actually supported color formats to the template caps
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 21 Dec 2012 14:23:42 +0000 (15:23 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 21 Dec 2012 14:23:42 +0000 (15:23 +0100)
sys/d3dvideosink/d3dvideosink.c

index 54496fb..7a4fabb 100644 (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 ]")
     );