tests: silence FIXMEs when running videoscale unit test
authorTim-Philipp Müller <tim@centricular.net>
Sun, 5 Aug 2012 16:21:31 +0000 (17:21 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 5 Aug 2012 16:21:31 +0000 (17:21 +0100)
gst/videoscale/gstvideoscale.c
tests/check/elements/videoscale.c

index 686c196..a8fec8a 100644 (file)
@@ -112,6 +112,17 @@ enum
 #undef GST_VIDEO_SIZE_RANGE
 #define GST_VIDEO_SIZE_RANGE "(int) [ 1, 32767]"
 
+/* FIXME: add v210 support
+ * FIXME: add v216 support
+ * FIXME: add NV21 support
+ * FIXME: add UYVP support
+ * FIXME: add A420 support
+ * FIXME: add YUV9 support
+ * FIXME: add YVU9 support
+ * FIXME: add IYU1 support
+ * FIXME: add r210 support
+ */
+
 /* FIXME: if we can do NV12, NV21 shouldn't be so hard */
 #define GST_VIDEO_FORMATS "{ I420, YV12, YUY2, UYVY, AYUV, RGBx, " \
     "BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, " \
index 4b5b966..b5bd59f 100644 (file)
@@ -99,7 +99,7 @@ check_pad_template (GstPadTemplate * tmpl)
           static gboolean shown_fixme[100] = { FALSE, };
 
           if (!shown_fixme[i]) {
-            GST_ERROR ("FIXME: add %s support to videoscale", fmt_str);
+            GST_FIXME ("FIXME: add %s support to videoscale", fmt_str);
             shown_fixme[i] = TRUE;
           }
           break;