mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
v4l2videodec: Downgrade to info resolution-change trace
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2457>
This commit is contained in:
parent
79e28368fc
commit
4e441417b8
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ gst_v4l2_video_dec_loop (GstVideoDecoder * decoder)
|
||||||
g_object_unref (pool);
|
g_object_unref (pool);
|
||||||
|
|
||||||
if (ret == GST_V4L2_FLOW_RESOLUTION_CHANGE) {
|
if (ret == GST_V4L2_FLOW_RESOLUTION_CHANGE) {
|
||||||
GST_WARNING_OBJECT (decoder, "Received resolution change");
|
GST_INFO_OBJECT (decoder, "Received resolution change");
|
||||||
g_atomic_int_set (&self->capture_configuration_change, TRUE);
|
g_atomic_int_set (&self->capture_configuration_change, TRUE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue