rtponviftimestamp: buffer without PTS or DTS is not an error.
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 13 Nov 2018 20:17:41 +0000 (21:17 +0100)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Fri, 5 Apr 2019 00:28:48 +0000 (00:28 +0000)
For example, when plugged after rtpgstpay, serialized events will
have neither.

gst/onvif/gstrtponviftimestamp.c

index b7a7e8e..08d4a3c 100644 (file)
@@ -525,7 +525,7 @@ handle_buffer (GstRtpOnvifTimestamp * self, GstBuffer * buf)
     time = gst_segment_to_stream_time (&self->segment, GST_FORMAT_TIME,
         GST_BUFFER_PTS (buf));
   } else {
-    GST_ERROR_OBJECT (self,
+    GST_INFO_OBJECT (self,
         "Buffer doesn't contain any valid DTS or PTS timestamp");
     goto done;
   }