[MOVED FROM GST-P-FARSIGHT] print a warning if receive an error iterating sinkpads

20070528123749-f3f1e-4c1eb3f511b5610143610a65a94d117f2c3d2580.gz
This commit is contained in:
Zeeshan Ali 2007-05-28 12:37:49 +00:00 committed by Edward Hervey
parent 5d86b44cd5
commit 1cbe838100

View file

@ -208,6 +208,7 @@ static gboolean gst_rtp_mux_src_event (GstPad * pad,
gst_iterator_resync (iter);
break;
case GST_ITERATOR_ERROR:
GST_WARNING_OBJECT (rtp_mux, "Error iterating sinkpads");
case GST_ITERATOR_DONE:
done = TRUE;
break;