mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
[MOVED FROM GST-P-FARSIGHT] print a warning if receive an error iterating sinkpads
20070528123749-f3f1e-4c1eb3f511b5610143610a65a94d117f2c3d2580.gz
This commit is contained in:
parent
5d86b44cd5
commit
1cbe838100
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue