mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
videoscale: use old property name
Unbreak ABI by changing to the old property name again. https://bugzilla.gnome.org/show_bug.cgi?id=740798
This commit is contained in:
parent
35f6259b24
commit
9efbba8c1c
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ gst_video_scale_method_get_type (void)
|
|||
static const GEnumValue video_scale_methods[] = {
|
||||
{GST_VIDEO_SCALE_NEAREST, "Nearest Neighbour", "nearest-neighbour"},
|
||||
{GST_VIDEO_SCALE_BILINEAR, "Bilinear (2-tap)", "bilinear"},
|
||||
{GST_VIDEO_SCALE_4TAP, "4-tap Sinc", "4-tap-sinc"},
|
||||
{GST_VIDEO_SCALE_4TAP, "4-tap Sinc", "4-tap"},
|
||||
{GST_VIDEO_SCALE_LANCZOS, "Lanczos", "lanczos"},
|
||||
{GST_VIDEO_SCALE_BILINEAR2, "Bilinear (multi-tap)", "bilinear2"},
|
||||
{GST_VIDEO_SCALE_SINC, "Sinc (multi-tap)", "sinc"},
|
||||
|
|
Loading…
Reference in a new issue