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

When possible, make it the caller's responsibility to release the GlObjectsProvider. It's good practice that the class creating an object also releases it. It avoids releasing the same object (here, the GlObjectsProvider) multiple times, which was causing DefaultVideoCompositorPixelTest to fail. PiperOrigin-RevId: 725983417