From b78aa12aee5c0e3cae4650dff72d617be29fb342 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 13 Mar 2010 16:05:37 +0100 Subject: [PATCH] GESTimelinePipeline: Fix minor bug in get_compatible_unlinked_pad We weren't breaking and ended up doing a fallthrough to the loop completion. --- ges/ges-timeline-pipeline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ges/ges-timeline-pipeline.c b/ges/ges-timeline-pipeline.c index 552fb08..6b75fa7 100644 --- a/ges/ges-timeline-pipeline.c +++ b/ges/ges-timeline-pipeline.c @@ -209,6 +209,7 @@ get_compatible_unlinked_pad (GstElement * element, GstPad * pad) gst_caps_unref (sinkcaps); } } + break; case GST_ITERATOR_DONE: case GST_ITERATOR_ERROR: done = TRUE; -- 2.7.4