GESTimelinePipeline: Fix minor bug in get_compatible_unlinked_pad

We weren't breaking and ended up doing a fallthrough to the loop
completion.
This commit is contained in:
Edward Hervey 2010-03-13 16:05:37 +01:00
parent 9d8ee15a20
commit b78aa12aee

View file

@ -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;