mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
validate/launcher: Treat DASH like HLS in another place
This commit is contained in:
parent
14414c13c5
commit
233c99fbb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue