DescriptionTurned AudioDecoderFactory into a RefCounted thing to use with scoped_refptr.
First step of AudioDecoderFactory injection CLs. AudioDecoderFactories will be shared, and shared_ptr is currently off the table, so this CL changes the current uses of AudioDecoderFactory from std::unique_ptr to rtc::scoped_refptr.
BUG=webrtc:5805
Committed: https://crrev.com/e725f7c73e68fe3dfcf6b953863ff651e0687d3e
Cr-Commit-Position: refs/heads/master@{#12815}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Hamburger time! Removed implementation of RefCountInterface from AudioDecoderFactory. #Patch Set 3 : Removed AudioDecoderFactory destructor declaration. #Dependent Patchsets: Messages
Total messages: 25 (11 generated)
|