mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

- It's never used and handling multi-threading is costly. - If the VideoCompositor and the VideoFrameProcessors use separate threads and the same GlObjectsProvider, the GlObjectsProvider is accessed from multiple threads. This class doesn't seem designed for multi-threading. PiperOrigin-RevId: 723448013