summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux
diff options
context:
space:
mode:
authorZeeshan Ali <first.last@nokia.com>2007-05-28 12:37:49 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:53 +0100
commit1cbe8381000dcf16d93f7b8d0bb87ad09291940e (patch)
tree6aed78bb687b2dd82118247893d1013953949718 /gst/rtpmux
parent5d86b44cd5b00002dd24e26f020c40275485ef75 (diff)
downloadgst-plugins-bad-1cbe8381000dcf16d93f7b8d0bb87ad09291940e.tar.gz
gst-plugins-bad-1cbe8381000dcf16d93f7b8d0bb87ad09291940e.tar.bz2
gst-plugins-bad-1cbe8381000dcf16d93f7b8d0bb87ad09291940e.zip
[MOVED FROM GST-P-FARSIGHT] print a warning if receive an error iterating sinkpads
20070528123749-f3f1e-4c1eb3f511b5610143610a65a94d117f2c3d2580.gz
Diffstat (limited to 'gst/rtpmux')
-rw-r--r--gst/rtpmux/gstrtpmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c
index 675880a9..cf3f36ca 100644
--- a/gst/rtpmux/gstrtpmux.c
+++ b/gst/rtpmux/gstrtpmux.c
@@ -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;