tests: fix videoscale test for NV12T

https://bugzilla.gnome.org/show_bug.cgi?id=707361
This commit is contained in:
Wim Taymans 2013-12-25 16:22:32 +01:00 committed by Nicolas Dufresne
parent f3e989179b
commit 12eedf86e8

View 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: