[Bug 795200] configure: Fix hard-coded enabled v4l2 probe on Linux/ARM

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 26 20:38:38 UTC 2018


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

Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|git master                  |1.14.1

--- Comment #2 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
commit 4ad37153248b2c14b6d50a2210503040959a88a2 (HEAD -> 1.14)
Author: Kirill Marinushkin <kmarinushkin at de.adit-jv.com>
Date:   Wed Apr 4 15:50:55 2018 +0200

    configure: Fix hard-coded enabled v4l2 probe on Linux/ARM

    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.

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

-- 
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