rtpgstdepay: do not warn when caps were not yet received

It is expected that when connecting to a stream that has
already started, the caps will only arrive at the interval
specified on rtpgstpay, we shouldn't be warning as this is
a normal mode of operation.

https://bugzilla.gnome.org/show_bug.cgi?id=793798
This commit is contained in:
Mathieu Duponchelle 2018-02-24 20:05:05 +01:00
parent e3a3d4fb76
commit efb4ee1919

View file

@ -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;
}