webrtc/talk
jiayl@webrtc.org e21cc9ae2a When the peerconnection creates the offer with a constraint to disable the audio offering, stats will not get properly updated.
constraints . SetMandatoryReceiveAudio (false);

The problem is that webrtc::GetTrackIdBySsrc returns false if audio is not available. However it should continue and check for the video track.

BUG=webrtc:3755
R=jiayl@webrtc.org, juberti@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7005 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-28 22:21:34 +00:00
..
app/webrtc When the peerconnection creates the offer with a constraint to disable the audio offering, stats will not get properly updated. 2014-08-28 22:21:34 +00:00
build Remove more dependencies on openssl, add dependency on boringssl. Continues on r6798 2014-08-11 21:06:30 +00:00
examples (Auto)update libjingle 73927658-> 73927775 2014-08-22 22:27:04 +00:00
media (Auto)update libjingle 74235596-> 74297316 2014-08-28 10:52:44 +00:00
p2p implement handling ALTERNATE-SERVER response from turn protocol as 2014-08-26 21:37:49 +00:00
session (Auto)update libjingle 73927658-> 73927775 2014-08-22 22:27:04 +00:00
sound (Auto)update libjingle 73222930-> 73226398 2014-08-13 17:26:08 +00:00
xmllite (Auto)update libjingle 73222930-> 73226398 2014-08-13 17:26:08 +00:00
xmpp (Auto)update libjingle 73222930-> 73226398 2014-08-13 17:26:08 +00:00
COPYING Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
libjingle_examples.gyp (Auto)update libjingle 71753329-> 71766184 2014-07-23 19:07:53 +00:00
libjingle_media_unittest.isolate Pass GYP DEPTH variable to isolate. 2014-06-13 09:02:15 +00:00
libjingle_p2p_unittest.isolate Pass GYP DEPTH variable to isolate. 2014-06-13 09:02:15 +00:00
libjingle_peerconnection_unittest.isolate Pass GYP DEPTH variable to isolate. 2014-06-13 09:02:15 +00:00
libjingle_sound_unittest.isolate Pass GYP DEPTH variable to isolate. 2014-06-13 09:02:15 +00:00
libjingle_tests.gyp (Auto)update libjingle 72682155-> 72785180 2014-08-07 04:47:36 +00:00
libjingle_unittest.isolate Pass GYP DEPTH variable to isolate. 2014-06-13 09:02:15 +00:00
libjingle.gyp (Auto)update libjingle 74202294-> 74230205 2014-08-27 17:21:19 +00:00
LICENSE_THIRD_PARTY Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
OWNERS Remove former team members from OWNERS and WATCHLISTS 2014-08-26 06:12:08 +00:00
PRESUBMIT.py Remove files from talk/PRESUBMIT.py blacklist. 2014-08-13 20:38:53 +00:00