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

Issue 2658573009: Android AppRTCMobile: Fix SDP video codec reordering for multiple H264 profiles (Closed)

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

Description

Android AppRTCMobile: Fix SDP video codec reordering for multiple H264 profiles Since we can now have multiple H264 payload type, we need to move all of them to the beginning of the codec list, instead of greedily taking the first payload type that matches the preferred codec name. BUG=webrtc:6738 Review-Url: https://codereview.webrtc.org/2658573009 Cr-Commit-Position: refs/heads/master@{#16349} Committed: https://chromium.googlesource.com/external/webrtc/+/93f01be4fd463f98c08e99d87aa350fb5567ddbf

Patch Set 1 #

Patch Set 2 : Remove unused code. #

Total comments: 5

Patch Set 3 : Make javadoc comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -44 lines) Patch
M webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java View 1 2 2 chunks +70 lines, -44 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
magjed_webrtc
Sami - please take a look.
3 years, 10 months ago (2017-01-27 14:45:35 UTC) #4
sakal
https://codereview.webrtc.org/2658573009/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java File webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java (right): https://codereview.webrtc.org/2658573009/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java#newcode975 webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java:975: // Returns the line number containing "m=audio|video", or -1 ...
3 years, 10 months ago (2017-01-27 15:05:15 UTC) #6
magjed_webrtc
https://codereview.webrtc.org/2658573009/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java File webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java (right): https://codereview.webrtc.org/2658573009/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java#newcode975 webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java:975: // Returns the line number containing "m=audio|video", or -1 ...
3 years, 10 months ago (2017-01-27 15:16:44 UTC) #7
sakal
lgtm https://codereview.webrtc.org/2658573009/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java File webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java (right): https://codereview.webrtc.org/2658573009/diff/20001/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java#newcode1017 webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java:1017: newLineParts.addAll(preferredPayloadTypes); On 2017/01/27 15:16:43, magjed_webrtc wrote: > On ...
3 years, 10 months ago (2017-01-27 15:21:44 UTC) #8
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/2658573009/40001
3 years, 10 months ago (2017-01-29 22:07:37 UTC) #10
commit-bot: I haz the power
3 years, 10 months ago (2017-01-29 23:14:21 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/93f01be4fd463f98c08e99d87...

Powered by Google App Engine
This is Rietveld 408576698