bin: Fix iterator resync'ing
authorEdward Hervey <edward@centricular.com>
Sat, 8 Oct 2016 15:23:08 +0000 (17:23 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 8 Oct 2016 15:23:08 +0000 (17:23 +0200)
commitd02e1d7f7d3c0dcb8fd707614c180614cbf6ea02
tree27859cb007d879f01d764e04aea2bcf8009c66dc
parentace418d226bcd91bf45ac29c1c0c4c0817976784
bin: Fix iterator resync'ing

When we get GST_ITERATOR_RESYNC, we need to call gst_iterator_resync()
otherwise we will always get GST_ITERATOR_RESYNC (and that loop would
run forever).
gst/gstbin.c