mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
rtpmux: resync iterator on resync
This commit is contained in:
parent
0c54079af5
commit
a8789d1df1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue