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

All instances of PlaybackVideoGraphWrapper use the same VIDEO_FRAME_PROCESSOR_FACTORY_SUPPLIER which uses the same DefaultGlObjectsProvider. Each call to DefaultGlObjectsProvider.release() releases all previously created EGLContexts. Lazily create a new DefaultGlObjectsProvider for each DefaultVideoFrameProcessor (not one per factory). PiperOrigin-RevId: 693658458