v4l2: Fix glib warning emitted when attribute query fails
authorPhilippe Normand <philn@igalia.com>
Wed, 21 Apr 2021 17:41:08 +0000 (18:41 +0100)
committerPhilippe Normand <philn@igalia.com>
Wed, 21 Apr 2021 17:48:38 +0000 (18:48 +0100)
commita2c16ec6324ca15471fff9bed1185ee6ffb8cdf6
treeceb07e6ffae8e40bddde3ed98987139dcf408db1
parent36b794f9ff0413ac614a2d550b3d3efb7c5e3778
v4l2: Fix glib warning emitted when attribute query fails

The v4l2object is not a GstObject. Logging has to go through its dbg_obj
specially meant for this.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/959>
sys/v4l2/v4l2_calls.c