Skip to content

Commit cfca6f0

Browse files
committed
wpewebkit: Require audiomixer gst1-plugins-base plugin on wpe 2.28 to fix WebAudio
The wpe-2.28 code requires the audiointerleave element instead of the older interleave one required in wpe-2.22. This requires the audiomixer plugin, which this commit enables when 2.28 and multimedia support are enabled.
1 parent bea1460 commit cfca6f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/wpe/wpewebkit/Config.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ config BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA
182182
select BR2_PACKAGE_GSTREAMER1
183183
select BR2_PACKAGE_GST1_PLUGINS_BASE
184184
select BR2_PACKAGE_GST1_PLUGINS_GOOD
185+
# Needed for WebAudio, to enable "audiointerleave" from audiomixer
186+
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOMIXER
185187
help
186188
This option pulls in all of the required dependencies
187189
to enable multimedia (video/audio) support.

0 commit comments

Comments
 (0)