libs/gst/controller/: Don't crash if someone tries to set an interpolation mode that...
[platform/upstream/gstreamer.git] / libs / gst / controller / gstinterpolation.c
index 7237f85..a66fc48 100644 (file)
@@ -319,3 +319,5 @@ GstInterpolateMethod *interpolation_methods[] = {
   NULL,
   NULL
 };
+
+guint num_interpolation_methods = G_N_ELEMENTS (interpolation_methods);