mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
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:
parent
9d8ee15a20
commit
b78aa12aee
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ get_compatible_unlinked_pad (GstElement * element, GstPad * pad)
|
||||||
gst_caps_unref (sinkcaps);
|
gst_caps_unref (sinkcaps);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case GST_ITERATOR_DONE:
|
case GST_ITERATOR_DONE:
|
||||||
case GST_ITERATOR_ERROR:
|
case GST_ITERATOR_ERROR:
|
||||||
done = TRUE;
|
done = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue