videoscale: mark Lanczos method as experimental/unstable

It's known to crash in some circumstances.
This commit is contained in:
Tim-Philipp Müller 2012-08-18 21:33:38 +01:00
parent daab18b607
commit 8d284f8387

View file

@ -143,7 +143,7 @@ gst_video_scale_method_get_type (void)
{GST_VIDEO_SCALE_NEAREST, "Nearest Neighbour", "nearest-neighbour"}, {GST_VIDEO_SCALE_NEAREST, "Nearest Neighbour", "nearest-neighbour"},
{GST_VIDEO_SCALE_BILINEAR, "Bilinear", "bilinear"}, {GST_VIDEO_SCALE_BILINEAR, "Bilinear", "bilinear"},
{GST_VIDEO_SCALE_4TAP, "4-tap", "4-tap"}, {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}, {0, NULL, NULL},
}; };