diff options
-rw-r--r-- | gst/rtpmux/gstrtpmux.c | 1 |
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; |