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

Issue 1657273002: Ability to disable the effects of |rtc_use_h264| with DisableRtcUseH264. (Closed)

Created:
4 years, 10 months ago by hbos
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Ability to disable the effects of |rtc_use_h264| with DisableRtcUseH264. Renamed the WEBRTC_THIRD_PARTY_H264 macro to WEBRTC_USE_H264 to match flag name. The idea is to be able to turn off H264 from chromium with this function because... 1) The Chromium trybots will soon use this flag, we want to temporarily disable H264 from chromium even if flag is set in case something is broken. That way when we are ready to flip the switch the trybots will run our test code then and not after it is already enabled. 2) If feature is launched and we discover major problems we can easily disable H264 and merge with beta/stable. 3) Or, if feature is behind a *runtime* flag, this is how we would control if it is used or not. The idea is to call DisableRtcUseH264 in chromium's PeerConnectionDependencyFactory. BUG=chromium:500605, chromium:468365 NOTRY=True NOPRESUBMIT=True Committed: https://crrev.com/9dc5928eb2b7653049b1c405485ca4351df28fbc Cr-Commit-Position: refs/heads/master@{#11474}

Patch Set 1 #

Total comments: 21

Patch Set 2 : Addressed comments (flag rename as TODO) #

Total comments: 1

Patch Set 3 : Gyp comment with #, not //, oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -8 lines) Patch
M webrtc/modules/video_coding/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264.cc View 1 5 chunks +22 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264.gypi View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/h264/include/h264.h View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
hbos
Please take a look everyone. The idea is to be able to turn off H264 ...
4 years, 10 months ago (2016-02-02 11:51:01 UTC) #2
tommi
https://codereview.webrtc.org/1657273002/diff/1/webrtc/modules/video_coding/codecs/h264/h264.cc File webrtc/modules/video_coding/codecs/h264/h264.cc (right): https://codereview.webrtc.org/1657273002/diff/1/webrtc/modules/video_coding/codecs/h264/h264.cc#newcode16 webrtc/modules/video_coding/codecs/h264/h264.cc:16: #include "webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h" for what do we need the encoder ...
4 years, 10 months ago (2016-02-02 16:33:13 UTC) #3
hbos
PTAL tommi https://codereview.webrtc.org/1657273002/diff/1/webrtc/modules/video_coding/codecs/h264/h264.cc File webrtc/modules/video_coding/codecs/h264/h264.cc (right): https://codereview.webrtc.org/1657273002/diff/1/webrtc/modules/video_coding/codecs/h264/h264.cc#newcode16 webrtc/modules/video_coding/codecs/h264/h264.cc:16: #include "webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h" On 2016/02/02 16:33:13, tommi-webrtc wrote: ...
4 years, 10 months ago (2016-02-02 17:08:20 UTC) #4
tommi
lgtm https://codereview.webrtc.org/1657273002/diff/1/webrtc/modules/video_coding/codecs/h264/h264.cc File webrtc/modules/video_coding/codecs/h264/h264.cc (right): https://codereview.webrtc.org/1657273002/diff/1/webrtc/modules/video_coding/codecs/h264/h264.cc#newcode16 webrtc/modules/video_coding/codecs/h264/h264.cc:16: #include "webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h" On 2016/02/02 17:08:19, hbos wrote: > ...
4 years, 10 months ago (2016-02-02 17:11:19 UTC) #6
hbos
Please take a look stefan & kjellander. This is blocking some follow-up stuff required to ...
4 years, 10 months ago (2016-02-02 17:21:51 UTC) #7
kjellander_webrtc
lgtm
4 years, 10 months ago (2016-02-02 20:33:33 UTC) #8
hbos
Please take a look stefan :)
4 years, 10 months ago (2016-02-02 22:44:33 UTC) #9
stefan-webrtc
Maybe you could add a comment in the cl description about what the purpose of ...
4 years, 10 months ago (2016-02-03 07:51:14 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657273002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657273002/20001
4 years, 10 months ago (2016-02-03 10:06:25 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: ios_arm64_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_arm64_dbg/builds/7223)
4 years, 10 months ago (2016-02-03 10:11:05 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657273002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657273002/40001
4 years, 10 months ago (2016-02-03 10:51:48 UTC) #18
commit-bot: I haz the power
Exceeded global retry quota
4 years, 10 months ago (2016-02-03 12:52:28 UTC) #20
hbos
On 2016/02/03 12:52:28, commit-bot: I haz the power wrote: > Exceeded global retry quota Huh? ...
4 years, 10 months ago (2016-02-03 13:08:55 UTC) #22
hbos
On 2016/02/03 12:52:28, commit-bot: I haz the power wrote: > Exceeded global retry quota Huh? ...
4 years, 10 months ago (2016-02-03 13:09:00 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657273002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657273002/40001
4 years, 10 months ago (2016-02-03 13:09:31 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-03 13:09:41 UTC) #27
commit-bot: I haz the power
4 years, 10 months ago (2016-02-03 13:09:50 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9dc5928eb2b7653049b1c405485ca4351df28fbc
Cr-Commit-Position: refs/heads/master@{#11474}

Powered by Google App Engine
This is Rietveld 408576698