[Webkit-unassigned] [Bug 249911] [GStreamer] YouTube video doesn't display next frame but audio progresses.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 07:24:35 PST 2023


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

--- Comment #20 from Michael Catanzaro <mcatanzaro at gnome.org> ---
You're passing the --env arguments to Epiphany rather than to flatpak. That won't work. Try:

$ flatpak run --env="GST_DEBUG=3,webkit*:6" --env="GST_DEBUG_FILE=gst.log" --filesystem=home --user org.gnome.Epiphany

which is what Phil originally suggested, except with org.gnome.Epiphany instead of org.gnome.Epiphany.Devel. That will work if you've installed Epiphany in your user installation. If you've installed it system-wide, then use:

$ flatpak run --env="GST_DEBUG=3,webkit*:6" --env="GST_DEBUG_FILE=gst.log" --filesystem=home org.gnome.Epiphany

-- 
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/20230105/e97b987e/attachment.htm>


More information about the webkit-unassigned mailing list