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

Issue 2574183002: Reland of Delete VideoFrame default constructor, and IsZeroSize method. (Closed)

Created:
4 years ago by nisse-webrtc
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #1 id:1 of https://codereview.webrtc.org/2574123002/ ) Reason for revert: Fixing perf tests. Original issue's description: > Revert of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #5 id:80001 of https://codereview.webrtc.org/2541863002/ ) > > Reason for revert: > Crashes perf tests, e.g., > > ./out/Debug/webrtc_perf_tests --gtest_filter='FullStackTest.ScreenshareSlidesVP8_2TL_VeryLossyNet' > > dies with an assert related to rtc::Optional. > > Original issue's description: > > Delete VideoFrame default constructor, and IsZeroSize method. > > > > This ensures that the video_frame_buffer method never can return a > > null pointer. > > > > BUG=webrtc:6591 > > > > Committed: https://crrev.com/bfcf561923a42005e4c7d66d8e72e5932155f997 > > Cr-Commit-Position: refs/heads/master@{#15574} > > TBR=magjed@webrtc.org,stefan@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6591 > > Committed: https://crrev.com/0989fbcad2ca4eb5805a77e8ebfefd3af06ade23 > Cr-Commit-Position: refs/heads/master@{#15597} TBR=magjed@webrtc.org,stefan@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6591 Committed: https://crrev.com/df2ceb88a881f219cd319c574c1bc723e6736dc1 Cr-Commit-Position: refs/heads/master@{#15633}

Patch Set 1 #

Patch Set 2 : Use FrameComparison::input_time_ms. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -100 lines) Patch
M webrtc/common_video/i420_video_frame_unittest.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/common_video/libyuv/webrtc_libyuv.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/common_video/video_frame.cc View 1 2 chunks +0 lines, -11 lines 0 comments Download
M webrtc/media/base/videobroadcaster_unittest.cc View 1 1 chunk +8 lines, -1 line 0 comments Download
M webrtc/media/engine/fakewebrtccall.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/engine/fakewebrtccall.cc View 1 2 chunks +17 lines, -9 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/codecs/i420/include/i420.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc View 1 8 chunks +13 lines, -10 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/generic_encoder.cc View 1 1 chunk +8 lines, -2 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/h264_video_toolbox_encoder.mm View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/test/frame_generator.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 7 chunks +36 lines, -26 lines 0 comments Download
M webrtc/video/vie_encoder.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_frame.h View 1 2 chunks +0 lines, -13 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
nisse-webrtc
Created Reland of Delete VideoFrame default constructor, and IsZeroSize method.
4 years ago (2016-12-14 13:16:46 UTC) #1
nisse-webrtc
Found and fixed a bug, and ./out/Debug/webrtc_perf_tests --gtest_filter='FullStackTest.ScreenshareSlidesVP8_2TL_VeryLossyNet' no longer crashes. Any further tests to ...
4 years ago (2016-12-14 14:09:46 UTC) #2
nisse-webrtc
Rasmus: Any additional tests to de before relanding?
4 years ago (2016-12-15 10:20:25 UTC) #4
magjed_webrtc
Next time you should probably rebase in a separate patch set and then apply the ...
4 years ago (2016-12-15 11:31:07 UTC) #5
nisse-webrtc
On 2016/12/15 11:31:07, magjed_webrtc wrote: > Next time you should probably rebase in a separate ...
4 years ago (2016-12-15 11:51:56 UTC) #6
brandtr
On 2016/12/15 11:51:56, nisse-webrtc wrote: > On 2016/12/15 11:31:07, magjed_webrtc wrote: > > Next time ...
4 years ago (2016-12-15 11:54:00 UTC) #7
nisse-webrtc
On 2016/12/15 11:54:00, brandtr wrote: > Before landing, try running "./out/Debug/webrtc_perf_tests > --gtest_filter='FullStackTest.*'" as well ...
4 years ago (2016-12-15 12:41:49 UTC) #9
nisse-webrtc
On 2016/12/15 12:41:49, nisse-webrtc wrote: > On 2016/12/15 11:54:00, brandtr wrote: > > Before landing, ...
4 years ago (2016-12-15 14:29:16 UTC) #10
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/2574183002/290001
4 years ago (2016-12-15 14:29:44 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:290001)
4 years ago (2016-12-15 14:29:57 UTC) #15
commit-bot: I haz the power
4 years ago (2016-12-15 14:30:04 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/df2ceb88a881f219cd319c574c1bc723e6736dc1
Cr-Commit-Position: refs/heads/master@{#15633}

Powered by Google App Engine
This is Rietveld 408576698