media/library/core/src
hoangtc ce62934861 Fix a bug with VideoRendererOutputCapturer when extracting frames of different size
Currently, when the VideoRendererOutputCapturer updates output size, it will
set the new surface, then release the old surface. This can lead to problem
when both surface depends on EGL, since the second release() can release EGL
resources of the first surface.

This CL reverses this process, and ensures that the old surface is released before the new one is created.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=205235451
2018-07-20 11:01:54 +01:00
..
androidTest Delete stray file 2018-07-06 18:26:49 +01:00
main Fix a bug with VideoRendererOutputCapturer when extracting frames of different size 2018-07-20 11:01:54 +01:00
test Make passing BandwidthMeter to TrackSelector and TrackSelection non-optional. 2018-07-17 20:38:34 +01:00