diff --git a/subprojects/gst-plugins-good/gst/videofilter/gstvideoflip.c b/subprojects/gst-plugins-good/gst/videofilter/gstvideoflip.c index 1375b57d10..2403f2a90c 100644 --- a/subprojects/gst-plugins-good/gst/videofilter/gstvideoflip.c +++ b/subprojects/gst-plugins-good/gst/videofilter/gstvideoflip.c @@ -1140,6 +1140,7 @@ gst_video_flip_set_method (GstVideoFlip * videoflip, g_type_class_unref (enum_class); videoflip->proposed_method = method; + videoflip->change_configuring_method = TRUE; GST_OBJECT_UNLOCK (videoflip);