diff options
author | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-09 21:14:56 +0000 |
---|---|---|
committer | ronghuawu@chromium.org <ronghuawu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-09 21:14:56 +0000 |
commit | e09b70b3f256ff0393a3f8488aaa0d7c72de4dec (patch) | |
tree | 17c1b6f77b45dea6a26f198965e7fa73877bc889 /third_party | |
parent | 40c7482b3bcdbe214a564885913aae5f17423a18 (diff) | |
download | chromium_src-e09b70b3f256ff0393a3f8488aaa0d7c72de4dec.zip chromium_src-e09b70b3f256ff0393a3f8488aaa0d7c72de4dec.tar.gz chromium_src-e09b70b3f256ff0393a3f8488aaa0d7c72de4dec.tar.bz2 |
* Roll webrtc & libjingle 6346:6352.
* Take remote track's cricket::VideoFrame's elapsed time as media::VideoFrame's timestamp. This elapsed time is computed from the remote video frame's rtp timestamp and starts from 0.
* Use media::VideoFrame's timestamp as video element's currentTime instead of normalize it to 0 everytime. This is to ensure video elements connected to the same track have the same currentTime.
TEST=manually add local and remote mediastreams to different video tags and check the current time
BUG=380242
R=acolwell@chromium.org, hclam@chromium.org
Review URL: https://codereview.chromium.org/324513002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libjingle/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium index e9bb8ba..9ea927f 100644 --- a/third_party/libjingle/README.chromium +++ b/third_party/libjingle/README.chromium @@ -1,7 +1,7 @@ Name: libjingle URL: http://code.google.com/p/webrtc/ Version: unknown -Revision: 6346 +Revision: 6352 License: BSD License File: source/talk/COPYING Security Critical: yes |