diff options
-rw-r--r-- | gst/rtp/gstrtpgstdepay.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpgstdepay.c b/gst/rtp/gstrtpgstdepay.c index 7d057428d..39028c9ce 100644 --- a/gst/rtp/gstrtpgstdepay.c +++ b/gst/rtp/gstrtpgstdepay.c @@ -556,8 +556,7 @@ no_event: } missing_caps: { - GST_ELEMENT_WARNING (rtpgstdepay, STREAM, DECODE, - ("Missing caps %u.", CV), (NULL)); + GST_INFO_OBJECT (rtpgstdepay, "No caps received yet %u", CV); gst_buffer_unref (outbuf); return NULL; } |