From caad241432468f0fa76b33559934795a59b5528b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 7 Nov 2012 11:36:42 +0000 Subject: [PATCH] textoverlay: we can do YVU9 as well --- ext/pango/gstbasetextoverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pango/gstbasetextoverlay.c b/ext/pango/gstbasetextoverlay.c index e5c737c..4e91533 100644 --- a/ext/pango/gstbasetextoverlay.c +++ b/ext/pango/gstbasetextoverlay.c @@ -194,7 +194,7 @@ enum * v210, v216, UYVP, GRAY16_LE, GRAY16_BE */ #define VIDEO_FORMATS "{ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, \ I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, \ - NV12, NV21, A420, YUV9, IYU1, GRAY8 }" + NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }" static GstStaticPadTemplate src_template_factory = GST_STATIC_PAD_TEMPLATE ("src", -- 2.7.4