Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Issue 2088953002: Add cricket::VideoFrame::frame_id() and set it to RTP timestamp. (Closed)

Created:
4 years, 6 months ago by Sergey Ulanov
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add cricket::VideoFrame::transport_frame_id() and set it to RTP timestamp. Passing transport_frame_id() to VideoSink will allow to identify incoming video frames, which will make it possible to correlate video frames on the sender and on the receiver. BUG=chromium:621691 R=mflodman@webrtc.org, stefan@webrtc.org Committed: https://crrev.com/19ee1e6eb102b2282a9993d6c373c7185ad9ba34 Cr-Commit-Position: refs/heads/master@{#13596}

Patch Set 1 #

Total comments: 4

Patch Set 2 : sync #

Patch Set 3 : transport_frame_id #

Patch Set 4 : compile issues on ios, android, mac #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -44 lines) Patch
M webrtc/api/android/jni/androidvideocapturer_jni.cc View 1 2 3 4 2 chunks +16 lines, -17 lines 0 comments Download
M webrtc/api/androidvideotracksource.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/media/base/videobroadcaster.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/media/base/videobroadcaster_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/media/base/videoframe.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/media/base/videoframefactory.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe.h View 1 2 4 chunks +10 lines, -7 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe.cc View 1 2 4 chunks +25 lines, -5 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCVideoRendererAdapter.mm View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 40 (23 generated)
Sergey Ulanov
4 years, 6 months ago (2016-06-21 21:41:04 UTC) #3
nisse-webrtc
Hi, I don't object to adding a frame id, but I'd like to know why ...
4 years, 6 months ago (2016-06-22 07:46:37 UTC) #4
Sergey Ulanov
On 2016/06/22 07:46:37, nisse-webrtc (ooo August 15) wrote: > Hi, > > I don't object ...
4 years, 6 months ago (2016-06-22 21:22:30 UTC) #5
Sergey Ulanov
+stefan@webrtc.org Stefan, can you please take a look while Magnus and Niels are OOO?
4 years, 4 months ago (2016-07-26 23:38:18 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/2088953002/diff/20001/webrtc/media/base/videoframe.h File webrtc/media/base/videoframe.h (right): https://codereview.webrtc.org/2088953002/diff/20001/webrtc/media/base/videoframe.h#newcode38 webrtc/media/base/videoframe.h:38: virtual uint32_t frame_id() const = 0; Maybe add "transport" ...
4 years, 4 months ago (2016-07-28 08:54:49 UTC) #8
Sergey Ulanov
https://codereview.webrtc.org/2088953002/diff/20001/webrtc/media/base/videoframe.h File webrtc/media/base/videoframe.h (right): https://codereview.webrtc.org/2088953002/diff/20001/webrtc/media/base/videoframe.h#newcode38 webrtc/media/base/videoframe.h:38: virtual uint32_t frame_id() const = 0; On 2016/07/28 08:54:49, ...
4 years, 4 months ago (2016-07-29 00:10:22 UTC) #9
stefan-webrtc
lgtm
4 years, 4 months ago (2016-07-29 07:14:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2088953002/60001
4 years, 4 months ago (2016-07-29 16:45:07 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: ios_arm64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_arm64_dbg/builds/11484) ios_rel on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 4 months ago (2016-07-29 17:03:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2088953002/80001
4 years, 4 months ago (2016-08-01 05:51:22 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/5662) android_compile_x86_rel on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 4 months ago (2016-08-01 05:54:28 UTC) #20
Sergey Ulanov
+tommi@ for owners approval
4 years, 4 months ago (2016-08-01 07:13:01 UTC) #24
mflodman
RS LGTM after Stefan's review.
4 years, 4 months ago (2016-08-01 13:01:56 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2088953002/120001
4 years, 4 months ago (2016-08-01 17:08:57 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/5692) android_compile_x86_dbg on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 4 months ago (2016-08-01 17:11:35 UTC) #32
Sergey Ulanov
Committed patchset #7 (id:140001) manually as 19ee1e6eb102b2282a9993d6c373c7185ad9ba34 (presubmit successful).
4 years, 4 months ago (2016-08-01 20:36:10 UTC) #39
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 20:36:10 UTC) #40
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/19ee1e6eb102b2282a9993d6c373c7185ad9ba34
Cr-Commit-Position: refs/heads/master@{#13596}

Powered by Google App Engine
This is Rietveld 408576698