centricular / gstcefsrc

A simple gstreamer wrapper around Chromium Embedded Framework
83 stars 45 forks source link

Additional properties #46

Closed philn closed 1 year ago

philn commented 1 year ago
commit cf29643a3a59a2374514c47dca1d431505ca5f1e (HEAD -> additional-props)
Author: Philippe Normand <philn@igalia.com>
Date:   Wed Aug 3 12:17:48 2022 +0100

    cefsrc: Add js-flags property

    That can allow for instance to disable Wasm support.

commit d16f6c0f3efe40888698a8af2837892b30866005
Author: Philippe Normand <philn@igalia.com>
Date:   Wed Aug 3 12:05:48 2022 +0100

    cefsrc: Add sandbox property

    This property allows to enable or disable the Chromium sandbox. By default the
    sandbox is enabled.
MathieuDuponchelle commented 1 year ago

Thanks!