Revert the revert in r2988 since that wasn't the issue.

Review URL: https://webrtc-codereview.appspot.com/931005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2992 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org
2012-10-25 11:30:29 +00:00
parent cf21686cd5
commit d6ec386ff5
11 changed files with 171 additions and 34 deletions

View File

@ -38,7 +38,7 @@ class EncoderStateFeedback {
bool AddEncoder(uint32_t ssrc, ViEEncoder* encoder);
// Removes a registered ViEEncoder.
void RemoveEncoder(uint32_t ssrc);
void RemoveEncoder(const ViEEncoder* encoder);
// Returns an observer to register at the requesting class. The observer has
// the same lifetime as the EncoderStateFeedback instance.