rtpmux: print a warning if receive an error iterating sinkpads
authorZeeshan Ali <first.last@nokia.com>
Mon, 28 May 2007 12:37:49 +0000 (12:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2012 16:30:15 +0000 (16:30 +0000)
20070528123749-f3f1e-4c1eb3f511b5610143610a65a94d117f2c3d2580.gz

gst/rtpmanager/gstrtpmux.c

index e5300ae..cdaa9b8 100644 (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;