From a8789d1df12aab9d62865169bf6f4b0352b0763e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Sat, 28 Jan 2012 16:57:03 +0000 Subject: [PATCH] rtpmux: resync iterator on resync --- gst/rtpmanager/gstrtpmux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtpmanager/gstrtpmux.c b/gst/rtpmanager/gstrtpmux.c index 005191476d..49964d5a66 100644 --- a/gst/rtpmanager/gstrtpmux.c +++ b/gst/rtpmanager/gstrtpmux.c @@ -651,6 +651,7 @@ gst_rtp_mux_getcaps (GstPad * pad, GstRTPMux * mux, GstCaps * filter) do { gst_value_set_caps (&v, filtered_caps); res = gst_iterator_fold (iter, same_clock_rate_fold, &v, pad); + gst_iterator_resync (iter); } while (res == GST_ITERATOR_RESYNC); gst_iterator_free (iter);