diff options
Diffstat (limited to 'ext/gdk_pixbuf/pixbufscale.c')
| -rw-r--r-- | ext/gdk_pixbuf/pixbufscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/pixbufscale.c b/ext/gdk_pixbuf/pixbufscale.c index 3e011b8f..df5ba53a 100644 --- a/ext/gdk_pixbuf/pixbufscale.c +++ b/ext/gdk_pixbuf/pixbufscale.c @@ -81,7 +81,7 @@ static GType gst_pixbufscale_method_get_type (void) { static GType pixbufscale_method_type = 0; - static GEnumValue pixbufscale_methods[] = { + static const GEnumValue pixbufscale_methods[] = { {GST_PIXBUFSCALE_NEAREST, "0", "Nearest Neighbour"}, {GST_PIXBUFSCALE_TILES, "1", "Tiles"}, {GST_PIXBUFSCALE_BILINEAR, "2", "Bilinear"}, |
