summaryrefslogtreecommitdiff
path: root/gst/onvif/gstrtponviftimestamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/onvif/gstrtponviftimestamp.c')
-rw-r--r--gst/onvif/gstrtponviftimestamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/onvif/gstrtponviftimestamp.c b/gst/onvif/gstrtponviftimestamp.c
index b7a7e8ebe..08d4a3c54 100644
--- a/gst/onvif/gstrtponviftimestamp.c
+++ b/gst/onvif/gstrtponviftimestamp.c
@@ -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;
}