videoscale: mark Lanczos method as experimental/unstable
authorTim-Philipp Müller <tim@centricular.net>
Sat, 18 Aug 2012 20:33:38 +0000 (21:33 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 18 Aug 2012 20:33:38 +0000 (21:33 +0100)
It's known to crash in some circumstances.

gst/videoscale/gstvideoscale.c

index a8fec8a..44d9fff 100644 (file)
@@ -143,7 +143,7 @@ gst_video_scale_method_get_type (void)
     {GST_VIDEO_SCALE_NEAREST, "Nearest Neighbour", "nearest-neighbour"},
     {GST_VIDEO_SCALE_BILINEAR, "Bilinear", "bilinear"},
     {GST_VIDEO_SCALE_4TAP, "4-tap", "4-tap"},
-    {GST_VIDEO_SCALE_LANCZOS, "Lanczos", "lanczos"},
+    {GST_VIDEO_SCALE_LANCZOS, "Lanczos (experimental/unstable)", "lanczos"},
     {0, NULL, NULL},
   };