[Bug 758703] v4l2src: gst_v4l2_set_attribute warning messages cause infinite loop with .dot dump

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 26 05:44:09 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758703

--- Comment #3 from patcherwork at gmail.com ---
You need a device, or at least a device driver, that doesn't provide one of the
four base controls: Hue, Saturation, Brightness or Contrast. For the base
controls, if one of them is not implemented the behavior should be returning
EINVAL. that causes the warning, which causes the dump, the dump causes a new
ioctl call, which causes a warning, etc.

If you have the required behavior from the driver then a simple pipeline like:

export GST_DEBUG_DUMP_DOT_DIR=/tmp/
gst-launch-1.0 v4l2src device=/dev/video0 ! autovideosink

should be enough to cause the loop

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list