WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
210854
[GTK][WPE] White-list more GStreamer environment variables in webkitpy
https://bugs.webkit.org/show_bug.cgi?id=210854
Summary
[GTK][WPE] White-list more GStreamer environment variables in webkitpy
Philippe Normand
Reported
2020-04-22 04:57:49 PDT
So that layout tests can run in a gst-build uninstalled environment.
Attachments
Patch
(4.07 KB, patch)
2020-04-22 05:02 PDT
,
Philippe Normand
no flags
Details
Formatted Diff
Diff
Patch
(4.23 KB, patch)
2020-04-24 02:41 PDT
,
Philippe Normand
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2020-04-22 05:02:02 PDT
Created
attachment 397186
[details]
Patch
Víctor M. Jáquez L.
Comment 2
2020-04-22 05:16:43 PDT
informal r+
Adrian Perez
Comment 3
2020-04-23 02:11:05 PDT
Comment on
attachment 397186
[details]
Patch Patch LGTM. Related comment, but not for addressing in this patch: It would be neat if we could unify the list of whitelisted environment variables for both the GTK and WPE ports, keep them in a list, then iterate over it in common code instead of repeating a bunch of calls to “_copy_value_from_environ_if_set()” 🤔️
Philippe Normand
Comment 4
2020-04-23 02:13:27 PDT
Yeah I agree. I'm not sure why this was duplicated in the first place.
Philippe Normand
Comment 5
2020-04-23 02:18:00 PDT
Committed
r260562
: <
https://trac.webkit.org/changeset/260562
>
Radar WebKit Bug Importer
Comment 6
2020-04-23 02:18:12 PDT
<
rdar://problem/62238305
>
WebKit Commit Bot
Comment 7
2020-04-23 10:35:16 PDT
Re-opened since this is blocked by
bug 210924
Philippe Normand
Comment 8
2020-04-24 02:41:45 PDT
Created
attachment 397442
[details]
Patch
Philippe Normand
Comment 9
2020-04-24 03:04:50 PDT
api-gtk green whoohoooo
Carlos Alberto Lopez Perez
Comment 10
2020-04-24 05:00:28 PDT
So the issue was because GST_PLUGIN_PATH_1_0 missing? BTW, maybe you also want to add REGISTRY_1_0 to the list. My WebKit internal JHBuild defines this: $ Tools/jhbuild/jhbuild-wrapper --gtk run env|grep GST GST_PLUGIN_SYSTEM_PATH= GST_REGISTRY=/home/clopez/webkit/webkit/WebKitBuild/DependenciesGTK/Root/_jhbuild/gstreamer-0.10.registry GST_REGISTRY_1_0=/home/clopez/webkit/webkit/WebKitBuild/DependenciesGTK/Root/_jhbuild/gstreamer-1.0.registry GST_PLUGIN_PATH_1_0=/home/clopez/webkit/webkit/WebKitBuild/DependenciesGTK/Root/lib/gstreamer-1.0
Philippe Normand
Comment 11
2020-04-24 06:45:24 PDT
(In reply to Carlos Alberto Lopez Perez from
comment #10
)
> So the issue was because GST_PLUGIN_PATH_1_0 missing? >
Yep.
> BTW, maybe you also want to add REGISTRY_1_0 to the list. My WebKit internal > JHBuild defines this: > > $ Tools/jhbuild/jhbuild-wrapper --gtk run env|grep GST > GST_PLUGIN_SYSTEM_PATH= > GST_REGISTRY=/home/clopez/webkit/webkit/WebKitBuild/DependenciesGTK/Root/ > _jhbuild/gstreamer-0.10.registry > GST_REGISTRY_1_0=/home/clopez/webkit/webkit/WebKitBuild/DependenciesGTK/Root/ > _jhbuild/gstreamer-1.0.registry > GST_PLUGIN_PATH_1_0=/home/clopez/webkit/webkit/WebKitBuild/DependenciesGTK/ > Root/lib/gstreamer-1.0
Well, I don't think so. Seems like some unmaintained jhbuild stuff to me :) Here gstreamer-1.0.registry doesn't exist and gstreamer-0.10.registry is actually the registry for 1.x... :P
EWS
Comment 12
2020-04-24 07:22:14 PDT
Committed
r260641
: <
https://trac.webkit.org/changeset/260641
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 397442
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug