mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
videoscale: mark Lanczos method as experimental/unstable
It's known to crash in some circumstances.
This commit is contained in:
parent
daab18b607
commit
8d284f8387
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue