]> Git Repo - buildroot-mgba.git/commitdiff
package/{webkitgtk, wpewebkit}: select subenc for multimedia
authorJames Hilliard <[email protected]>
Mon, 27 Jun 2022 07:33:06 +0000 (01:33 -0600)
committerThomas Petazzoni <[email protected]>
Wed, 20 Jul 2022 21:23:12 +0000 (23:23 +0200)
When using webkit with multimedia support the subenc element may
be needed, as such we should select the subenc plugin.

Fixes runtime warning:
isGStreamerPluginAvailable: Plugin subenc not found. Please check your GStreamer installation
WebKit wasn't able to find a WebVTT encoder. Subtitles handling will be degraded unless gst-plugins-bad is installed.

See:
https://github.com/WebKit/WebKit/blob/72b59ad50e079037073722bbdf469c0952e399fa/Source/WebCore/platform/graphics/gstreamer/TextCombinerGStreamer.cpp#L221

Signed-off-by: James Hilliard <[email protected]>
Acked-by: Adrian Perez de Castro <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/webkitgtk/Config.in
package/wpewebkit/Config.in

index d0c73f3f29c85a082376e9a3564f232ca05a16d0..cafe497491f90f7d80353fee7b645b3a6afd5581 100644 (file)
@@ -97,6 +97,7 @@ config BR2_PACKAGE_WEBKITGTK_MULTIMEDIA
        select BR2_PACKAGE_GST1_PLUGINS_BAD
        select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
        select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGTSDEMUX
+       select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SUBENC
        select BR2_PACKAGE_GST1_PLUGINS_BASE
        select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ALSA
        select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
index a205e6276fee403181edc35b075400ed289a8117..04ed40bd9257dfac43dea24cbf04e3fc12794b6e 100644 (file)
@@ -90,6 +90,7 @@ config BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA
        select BR2_PACKAGE_GST1_PLUGINS_BAD
        select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
        select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGTSDEMUX
+       select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SUBENC
        select BR2_PACKAGE_GST1_PLUGINS_BASE
        select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ALSA
        select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
This page took 0.034492 seconds and 4 git commands to generate.