Revision 295e8bacb366bc62093662cc9fc54e72ee339039 authored by ibaker on 11 February 2021, 13:47:43 UTC, committed by Oliver Woodman on 12 February 2021, 17:19:19 UTC
If keepalive is disabled the existing code over-eagerly releases
DrmSession instances. This is arguably OK since a (Default)DrmSession
should be released before its (Default)Manager is released
(since the underlying MediaDrm instance might be released when the
manager is released). And if all sessions are released before the
manager is released then `sessions` is empty, so the loop is a no-op.

Issue: #8576
PiperOrigin-RevId: 356955308
1 parent d48d59b
History
File Mode Size
cast
gl
main
surface
README.md -rw-r--r-- 867 bytes

README.md

back to top