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

Issue 2974383002: Prefer external video codecs over internal in SDP (Closed)

Created:
3 years, 5 months ago by magjed_webrtc
Modified:
3 years, 5 months ago
Reviewers:
emircan
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Prefer external video codecs over internal in SDP Currently, when we generate the list of supported video codecs that will be signaled in SDP, we start with the internal video codecs and then append the external video codecs. When we create a video encoder for a given codec, we prefer an external encoder over an internal encoder. This CL lists the external video codecs first in SDP instead, so that we consistently prefer external video codecs over internal. The reason for doing this is that we will otherwise prefer an internal SW H264 encoder over an external HW H264 encoder if the H264 profiles differs. BUG=chromium:688541 Review-Url: https://codereview.webrtc.org/2974383002 Cr-Commit-Position: refs/heads/master@{#19026} Committed: https://chromium.googlesource.com/external/webrtc/+/06f3aae345854ba9dcc5ae3b603de1f86505acf9

Patch Set 1 #

Patch Set 2 : Update tests #

Patch Set 3 : Fix tear down order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -9 lines) Patch
M webrtc/media/engine/webrtcvideoengine.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine_unittest.cc View 1 2 4 chunks +14 lines, -7 lines 0 comments Download

Messages

Total messages: 21 (17 generated)
magjed_webrtc
emircan@ - please take a look.
3 years, 5 months ago (2017-07-14 11:30:08 UTC) #15
emircan
lgtm
3 years, 5 months ago (2017-07-14 17:13:06 UTC) #16
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/2974383002/40001
3 years, 5 months ago (2017-07-14 17:13:23 UTC) #18
commit-bot: I haz the power
3 years, 5 months ago (2017-07-14 17:36:31 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/06f3aae345854ba9dcc5ae3b6...

Powered by Google App Engine
This is Rietveld 408576698