qtdemux: UYVY is 4:2:2, not 4:2:0
authorDavid Schleef <ds@schleef.org>
Sat, 1 May 2010 00:19:44 +0000 (17:19 -0700)
committerDavid Schleef <ds@schleef.org>
Sat, 1 May 2010 00:19:44 +0000 (17:19 -0700)
gst/qtdemux/qtdemux.c

index 8502a2f..5a1242e 100644 (file)
@@ -7585,7 +7585,7 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
           NULL);
       break;
     case GST_MAKE_FOURCC ('2', 'v', 'u', 'y'):
-      _codec ("Raw packed YUV 4:2:0");
+      _codec ("Raw packed YUV 4:2:2");
       caps = gst_caps_new_simple ("video/x-raw-yuv",
           "format", GST_TYPE_FOURCC, GST_MAKE_FOURCC ('U', 'Y', 'V', 'Y'),
           NULL);