mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Enable gstreamer debug output on taskcluster.
This commit is contained in:
parent
dd18ad29ac
commit
7119bc093f
1 changed files with 1 additions and 0 deletions
|
@ -541,6 +541,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
|
||||||
TOTAL_CHUNKS=str(total_chunks),
|
TOTAL_CHUNKS=str(total_chunks),
|
||||||
THIS_CHUNK=str(this_chunk),
|
THIS_CHUNK=str(this_chunk),
|
||||||
PROCESSES=str(processes),
|
PROCESSES=str(processes),
|
||||||
|
GST_DEBUG="3",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
if this_chunk == chunks[-1]:
|
if this_chunk == chunks[-1]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue