From 9efbba8c1c0c6c5aa682f9521c8834010ab38110 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 27 Nov 2014 09:45:07 +0100 Subject: [PATCH] videoscale: use old property name Unbreak ABI by changing to the old property name again. https://bugzilla.gnome.org/show_bug.cgi?id=740798 --- gst/videoscale/gstvideoscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index 47cbd27582..4da1a9f51e 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -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"},