a990e122c4
not per interface. This simplifies things a bit, reduces code and makes it possible to implement reference counting (if we ever want) without the static Delete() method. (Reference counted objects are traditionally implicitly deleted via the last Release()) * Since the reference counting code is now simpler, there's no need for the RefCount class so I'm removing it. * Also removing the optional |ignoreRefCounters| variable from the VoiceEngine::Delete method. The justification is that it's no longer used and the reason it was there in the first place was to avoid bugs in third party code, so it's an indication that something is wrong elsewhere. * Fix a crash in voe_network_impl and voe_extended_test that would happen on machines with IPv6 support. * Fix an assert (handle the case) in the extended audio tests when SetCNAME is called with a NULL pointer. * As a side effect of this change, hopefully the footprint of VoE will be slightly smaller :) BUG=10445 (Coverity) Review URL: https://webrtc-codereview.appspot.com/521003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2127 4adac7df-926f-26a2-2b94-8c16560cd09d |
||
---|---|---|
.. | ||
audio_coding | ||
audio_conference_mixer | ||
audio_device | ||
audio_processing | ||
bitrate_controller | ||
interface | ||
media_file | ||
rtp_rtcp | ||
udp_transport | ||
utility | ||
video_capture | ||
video_coding | ||
video_processing/main | ||
video_render | ||
modules.gyp |