From 7119bc093fc7da111bb9342dab9b2ce84b148e30 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 13 May 2019 12:30:55 -0400 Subject: [PATCH] Enable gstreamer debug output on taskcluster. --- etc/taskcluster/decision_task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 7d17a2ee186..7fad72e4125 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -541,6 +541,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes, TOTAL_CHUNKS=str(total_chunks), THIS_CHUNK=str(this_chunk), PROCESSES=str(processes), + GST_DEBUG="3", ) ) if this_chunk == chunks[-1]: