summaryrefslogtreecommitdiff
path: root/video_send_stream.h
diff options
context:
space:
mode:
authorstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-11 09:55:30 +0000
committerstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-11 09:55:30 +0000
commit09da1a78127b1e5719daaf452f03d2012edad0dc (patch)
tree5e67e0cddb41db87167ad4c9610e09de40942dcf /video_send_stream.h
parentc4b828d1b37c297978031b1a6871a03cc2522c3a (diff)
downloadwebrtc-09da1a78127b1e5719daaf452f03d2012edad0dc.tar.gz
Remove the send-side cname getter APIs from voice and video engine.
These APIs aren't being used, and introduces deadlocks when using GetStats() in the new Call api. Having getters for cname at the send-side is pointless, as it's always the user who sets the cname. R=henrika@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/16899004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6659 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_send_stream.h')
-rw-r--r--video_send_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video_send_stream.h b/video_send_stream.h
index a1bc1782..bb4cff20 100644
--- a/video_send_stream.h
+++ b/video_send_stream.h
@@ -50,7 +50,6 @@ class VideoSendStream {
int avg_delay_ms;
int max_delay_ms;
bool suspended;
- std::string c_name;
std::map<uint32_t, StreamStats> substreams;
};