media/library/core/src
tonihei 5e23b8bfd5 Check if codec still exists before handling tunneling events
The tunneling callbacks are sent via Handler messages and may be
handled after the codec/surface was changed or released.

We already guard against the codec/surface change condition by
creating a new listener and verifying that the current callback
happens for the correct listener instance, but we don't guard
against a released codec yet.

PiperOrigin-RevId: 495882353
2022-12-21 16:24:44 +00:00
..
androidTest Fix instrumentation tests not working via Gradle 2022-10-19 22:54:45 +00:00
main Check if codec still exists before handling tunneling events 2022-12-21 16:24:44 +00:00
test Clarify behavior for out-of-bounds indices and align implementations 2022-12-21 16:16:54 +00:00