RESOLVED FIXED 212905
[Flatpak][GStreamer] enhance GST_ environment variable passing
https://bugs.webkit.org/show_bug.cgi?id=212905
Summary [Flatpak][GStreamer] enhance GST_ environment variable passing
Víctor M. Jáquez L.
Reported 2020-06-08 08:57:55 PDT
Particulary GST_DEBUG is passed twice, and the used one is quoted, which avoids the correct parsing in GStreamer.
Attachments
Patch (3.24 KB, patch)
2020-06-08 09:36 PDT, Víctor M. Jáquez L.
no flags
Víctor M. Jáquez L.
Comment 1 2020-06-08 09:36:51 PDT
Philippe Normand
Comment 2 2020-06-08 11:05:04 PDT
Comment on attachment 401346 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401346&action=review > Tools/ChangeLog:10 > + quotes, but they break the parsing in GStreamer. Break what? GST_DEBUG="foo*:5" is expanded to something else?
Víctor M. Jáquez L.
Comment 3 2020-06-08 11:49:00 PDT
Comment on attachment 401346 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401346&action=review >> Tools/ChangeLog:10 >> + quotes, but they break the parsing in GStreamer. > > Break what? GST_DEBUG="foo*:5" is expanded to something else? as if * were escaped and considered as a letter.
Philippe Normand
Comment 4 2020-06-09 01:24:04 PDT
env GST_DEBUG="webkit*:6" run-minibrowser --gtk LayoutTests/media/content/test.mp4 Works as expected here.
EWS
Comment 5 2020-06-09 01:34:00 PDT
Committed r262782: <https://trac.webkit.org/changeset/262782> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401346 [details].
Radar WebKit Bug Importer
Comment 6 2020-06-09 01:34:15 PDT
Radar WebKit Bug Importer
Comment 7 2020-06-09 01:34:16 PDT
Note You need to log in before you can comment on or make changes to this bug.