diff --git a/gst/videorate/gstvideorate.c b/gst/videorate/gstvideorate.c index 11d9346c68..c8024cd43a 100644 --- a/gst/videorate/gstvideorate.c +++ b/gst/videorate/gstvideorate.c @@ -1227,9 +1227,6 @@ gst_video_rate_transform_ip (GstBaseTransform * trans, GstBuffer * buffer) } } - /* Do not produce any dups. We can exit loop now */ - if (videorate->drop_only) - break; /* continue while the first one was the best, if they were equal avoid * going into an infinite loop */ }