[Bug 795200] New: configure: Fix hard-coded enabled v4l2 probe on Linux/ARM
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Apr 12 15:06:09 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795200
Bug ID: 795200
Summary: configure: Fix hard-coded enabled v4l2 probe on
Linux/ARM
Classification: Platform
Product: GStreamer
Version: 1.14.0
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: kmarinushkin at de.adit-jv.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 370863
--> https://bugzilla.gnome.org/attachment.cgi?id=370863&action=edit
proposed patch
Currently, enable_v4l2_probe is hard-coded to "yes" on linux, platforms
arm and aarch64. This even overrides the --disable-v4l2-probe argument.
As a result, it is impossible to disable v4l2_probe. It becomes a problem
for use-cases, when startup time is critical, because the v4l2_probe
feature increases the initialization time.
This commit makes the v4l2_probe feature configurable.
On linux, platforms arm and aarch64, the default value is still "yes".
But now it can be disabled by the --disable-v4l2-probe argument.
--
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