From 7d28505c4ee670861cbe0374a52a3aa24d2690ce Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 26 Aug 2010 22:03:20 -0700 Subject: sdlvideosink: Re-enable YVYU and UYVY YVYU on my machine appears to be doing software conversion (and doing it incorrectly). --- ext/sdl/sdlvideosink.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index e4b81fafe..7932ecf06 100644 --- a/ext/sdl/sdlvideosink.c +++ b/ext/sdl/sdlvideosink.c @@ -131,11 +131,9 @@ gst_sdlvideosink_base_init (gpointer g_class) guint32 formats[] = { GST_MAKE_FOURCC ('I', '4', '2', '0'), GST_MAKE_FOURCC ('Y', 'V', '1', '2'), - GST_MAKE_FOURCC ('Y', 'U', 'Y', '2') - /* - GST_MAKE_FOURCC ('Y', 'V', 'Y', 'U'), - GST_MAKE_FOURCC ('U', 'Y', 'V', 'Y') - */ + GST_MAKE_FOURCC ('Y', 'U', 'Y', '2'), + GST_MAKE_FOURCC ('Y', 'V', 'Y', 'U'), + GST_MAKE_FOURCC ('U', 'Y', 'V', 'Y') }; /* make a list of all available caps */ -- cgit v1.2.3