Factor out duplication in creating of media::VideoCaptureBufferPoolImpl instances |
|
Issue descriptionClass media::VideoCaptureBufferPoolImpl is instantiated in multiple places, and there is some duplication between all of them, e.g. * Creating of a VideoCaptureBufferTrackerFactorImpl * Passing a max buffer count constant. Proposed solution: Factor out the duplicate logic and constants into a class VideoCaptureBufferPoolFactory and use it in all these places. |
|
►
Sign in to add a comment |
|
Comment 1 by sheriffbot@chromium.org
, Nov 7Status: Untriaged (was: Available)