videoscale: Fix comparision

This commit is contained in:
Edward Hervey 2012-03-30 10:19:29 +02:00
parent 40a4f2f8aa
commit 2325a2beae

View file

@ -88,7 +88,7 @@ caps_is_supported (const GstCaps * caps)
return (fmt == GST_VIDEO_FORMAT_ARGB64 || fmt == GST_VIDEO_FORMAT_AYUV64
|| fmt == GST_VIDEO_FORMAT_GRAY8 || fmt == GST_VIDEO_FORMAT_GRAY16_BE
|| GST_VIDEO_FORMAT_GRAY16_LE);
|| fmt == GST_VIDEO_FORMAT_GRAY16_LE);
}
static void