Enable gstreamer debug output on taskcluster.

This commit is contained in:
Josh Matthews 2019-05-13 12:30:55 -04:00
parent dd18ad29ac
commit 7119bc093f

View file

@ -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]: