[Webkit-unassigned] [Bug 187335] [WPE][GStreamer] video doesn't loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 14:26:02 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=187335

--- Comment #14 from Karim Gillani <karim at gillani.org> ---
I am going to try to change the following to see if the master branch build issue gets resolved:

Change from:
${@bb.utils.contains('PACKAGECONFIG', 'gst_gl', 'gstreamer1.0-plugins-bad-opengl', '', d)} \
To: 
${@bb.utils.contains('PACKAGECONFIG', 'gst_gl', 'gstreamer1.0-plugins-base-opengl', '', d)} \

>From <https://github.com/Igalia/meta-webkit/blob/master/recipes-browser/wpewebkit/wpewebkit.inc> 

This is based on the following:
"The OpenGL plugin was moved to -base in 1.14. So you need gstreamer1.0-plugins-base-opengl"  from https://github.com/OSSystems/meta-gstreamer1.0/issues/20

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180710/0b6e3246/attachment.html>


More information about the webkit-unassigned mailing list