[Webkit-unassigned] [Bug 245876] [GStreamer] FLAC Audio Format Support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 3 03:25:22 PDT 2022


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

--- Comment #7 from Philippe Normand <philn at igalia.com> ---
(In reply to Philippe Normand from comment #6)
> > export PIPEWIRE_DEBUG=5 && export EPHY_LOG_MODULES="all" && export GST_DEBUG=8 && export GST_DEBUG_FILE=gst.log && epiphany https://www.deezer.com/us/
> 
> Maybe some sandboxing stuff is preventing files writing in whatever dir you
> are... Try GST_DEBUG_FILE=$HOME/Downloads/gst.log

and you don't need the export and &&

FOO=bar epiphany ... will set the FOO env var in the epiphany process.

If your shell is fish, you need to prefix with "env", env FOO=bar command...

-- 
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/20221003/b015f5bd/attachment.htm>


More information about the webkit-unassigned mailing list