mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
v4l2src: decrease gst_v4l2src_create log verbosity
Lower the verbosity of the 'sync' log message emitted each buffer from gst_v4l2src_create down to LOG(6) from INFO(4). This brings the logging behavior of v4l2src closer to the GStreamer guidelines, which recommend the INFO level be reserved for rare or one-off messages.
This commit is contained in:
parent
7f89085251
commit
05e8dd42e7
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ retry:
|
|||
}
|
||||
gst_object_sync_values (GST_OBJECT (src), v4l2src->ctrl_time);
|
||||
|
||||
GST_INFO_OBJECT (src, "sync to %" GST_TIME_FORMAT " out ts %" GST_TIME_FORMAT,
|
||||
GST_LOG_OBJECT (src, "sync to %" GST_TIME_FORMAT " out ts %" GST_TIME_FORMAT,
|
||||
GST_TIME_ARGS (v4l2src->ctrl_time), GST_TIME_ARGS (timestamp));
|
||||
|
||||
/* use generated offset values only if there are not already valid ones
|
||||
|
|
Loading…
Reference in a new issue