WebKit Bugzilla
Attachment 339993 Details for
Bug 185481
: [tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess
testsGStreamer-Pass-USEPLAYBIN3-to-the-tests-subpr.patch (text/plain), 1.88 KB, created by
Thibault Saunier
on 2018-05-09 11:31:15 PDT
(
hide
)
Description:
[tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess
Filename:
MIME Type:
Creator:
Thibault Saunier
Created:
2018-05-09 11:31:15 PDT
Size:
1.88 KB
patch
obsolete
>From 6ad1c33ede22b418628b5ea01d4c4deeb8f45aab Mon Sep 17 00:00:00 2001 >From: Thibault Saunier <tsaunier@igalia.com> >Date: Wed, 9 May 2018 14:54:59 -0300 >Subject: [PATCH xserver] [tests][GStreamer]: Pass USE_PLAYBIN3 to the tests > subprocess > >https://bugs.webkit.org/show_bug.cgi?id=185481 >--- > Tools/ChangeLog | 12 ++++++++++++ > Tools/Scripts/webkitpy/port/gtk.py | 1 + > 2 files changed, 13 insertions(+) > >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 7b3c4add885..96d4a1b5c54 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,15 @@ >+2018-05-09 Thibault Saunier <tsaunier@igalia.com> >+ >+ [tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess >+ https://bugs.webkit.org/show_bug.cgi?id=185481 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ [tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess >+ >+ * Scripts/webkitpy/port/gtk.py: >+ (GtkPort.setup_environ_for_server): >+ > 2018-05-06 Yusuke Suzuki <utatane.tea@gmail.com> > > [JSC][GTK][JSCONLY] Use capstone disassembler >diff --git a/Tools/Scripts/webkitpy/port/gtk.py b/Tools/Scripts/webkitpy/port/gtk.py >index b1b2b69bf3c..dc7b0fe84f1 100644 >--- a/Tools/Scripts/webkitpy/port/gtk.py >+++ b/Tools/Scripts/webkitpy/port/gtk.py >@@ -122,6 +122,7 @@ class GtkPort(Port): > environment['TEST_RUNNER_INJECTED_BUNDLE_FILENAME'] = self._build_path('lib', 'libTestRunnerInjectedBundle.so') > environment['TEST_RUNNER_TEST_PLUGIN_PATH'] = self._build_path('lib', 'plugins') > self._copy_value_from_environ_if_set(environment, 'WEBKIT_OUTPUTDIR') >+ self._copy_value_from_environ_if_set(environment, 'USE_PLAYBIN3') > self._copy_value_from_environ_if_set(environment, 'GST_DEBUG') > self._copy_value_from_environ_if_set(environment, 'GST_DEBUG_DUMP_DOT_DIR') > self._copy_value_from_environ_if_set(environment, 'GST_DEBUG_FILE') >-- >2.17.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185481
: 339993