[Bug 790940] v4l2src not falling back to another io-mode if driver does not support dmabuf
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 29 10:14:36 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=790940
Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ystreet00 at gmail.com
--- Comment #5 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
(In reply to Florent ThiƩry from comment #4)
> if (errno == -ENOTTY)
> ret = FALSE;
> GST_DEBUG_OBJECT (v4l2object->element, "dmabuf not supported");
Missing curly braces mean the debug line is always printed. Which means that
debug line is useless ;)
--
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