summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--validate/launcher/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate/launcher/utils.py b/validate/launcher/utils.py
index f7ee633..09752da 100644
--- a/validate/launcher/utils.py
+++ b/validate/launcher/utils.py
@@ -54,7 +54,7 @@ class Protocols(object):
@staticmethod
def needs_clock_sync(protocol):
- if protocol == Protocols.HLS:
+ if protocol in [Protocols.HLS, Protocols.DASH]:
return True
return False