[encrypted-media] Internal waiting for key and encrypted block queue values must be cleared on seek

ddorwin has just created a new issue for 
https://github.com/w3c/encrypted-media:

== Internal waiting for key and encrypted block queue values must be 
cleared on seek ==
The internal _waiting for key_ and _encrypted block queue_ values are 
initialized when the HTMLMediaElement is created:
>When a HTMLMediaElement is created, its internal _waiting for key_ 
value shall be initialized to false and its _encrypted block queue 
val_ue shall be empty.

But they are not cleared in other conditions. Seeking is the most 
obvious. Are there others?

@cpearce @foolip

Please view or discuss this issue at 
https://github.com/w3c/encrypted-media/issues/347 using your GitHub 
account

Received on Tuesday, 25 October 2016 23:24:50 UTC