tests: fix videoscale test for NV12T
authorWim Taymans <wtaymans@redhat.com>
Wed, 25 Dec 2013 15:22:32 +0000 (16:22 +0100)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 13 Jan 2014 15:46:24 +0000 (10:46 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=707361

tests/check/elements/videoscale.c

index 7d25535f5a2681e5f34b39c5223e8173fc361962..881eda5a0c649307d305788918637a847687d8b0 100644 (file)
@@ -120,6 +120,7 @@ check_pad_template (GstPadTemplate * tmpl)
         case GST_VIDEO_FORMAT_GBR:
         case GST_VIDEO_FORMAT_GBR_10BE:
         case GST_VIDEO_FORMAT_GBR_10LE:
+        case GST_VIDEO_FORMAT_NV12T:
           GST_LOG ("Ignoring lack of support for format %s", fmt_str);
           break;
         default: