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

Issue 1819553002: Added the JNI interface to get and set RtpParameters and the maximum bitrate limits. (Closed)

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

Description

Added the JNI interface to get and set RtpParameters and the maximum bitrate limits. Defined a JavaCollection convenience class to simplify iterating over collections from within JNI code Follow-up to https://codereview.webrtc.org/1788583004/. BUG= Committed: https://crrev.com/303b3c21a4adf67359734b1bfbf5bdb9b25ad6c7 Cr-Commit-Position: refs/heads/master@{#12125}

Patch Set 1 #

Patch Set 2 : Removed the dependency on the rtc::Optional CL #

Total comments: 12

Patch Set 3 : Addressed code review feedback; moved the implementation for Iterator out of the header file as it … #

Patch Set 4 : One more rename #

Total comments: 15

Patch Set 5 : Addressed some more code review feedback. #

Total comments: 21

Patch Set 6 : Code review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -40 lines) Patch
M webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
M webrtc/api/java/jni/jni_helpers.h View 1 2 3 4 5 2 chunks +61 lines, -0 lines 0 comments Download
M webrtc/api/java/jni/jni_helpers.cc View 1 2 3 4 5 4 chunks +77 lines, -8 lines 0 comments Download
M webrtc/api/java/jni/peerconnection_jni.cc View 1 2 3 4 5 5 chunks +90 lines, -27 lines 0 comments Download
A + webrtc/api/java/src/org/webrtc/RtpParameters.java View 1 2 3 4 1 chunk +12 lines, -5 lines 0 comments Download
M webrtc/api/java/src/org/webrtc/RtpSender.java View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
skvlad
This change adds a Java API for reading and changing RtpParameters (http://w3c.github.io/webrtc-pc/#dictionary-rtcrtpparameters-members). This change assumes ...
4 years, 9 months ago (2016-03-18 22:05:03 UTC) #2
skvlad
I have removed the dependency on the rtc::Optional CL - this change treats bitrate <= ...
4 years, 9 months ago (2016-03-21 21:16:40 UTC) #3
pthatcher1
Just names https://codereview.webrtc.org/1819553002/diff/20001/webrtc/api/java/jni/jni_helpers.h File webrtc/api/java/jni/jni_helpers.h (right): https://codereview.webrtc.org/1819553002/diff/20001/webrtc/api/java/jni/jni_helpers.h#newcode132 webrtc/api/java/jni/jni_helpers.h:132: class JavaCollectionIterator { It would actually be ...
4 years, 9 months ago (2016-03-21 21:57:01 UTC) #5
skvlad
Addressed code review feedback and moved the implementation of Iterator out of the header file. ...
4 years, 9 months ago (2016-03-21 22:27:39 UTC) #6
skvlad
Added Alex as a reviewer. Alex, please take a look at the JNI code whenever ...
4 years, 9 months ago (2016-03-21 23:32:32 UTC) #9
skvlad
Added Alex as a reviewer. Alex, please take a look at the JNI code whenever ...
4 years, 9 months ago (2016-03-21 23:32:33 UTC) #10
Taylor Brandstetter
Looks good; mainly just style nits. Thanks for adding the Iterator class, that will definitely ...
4 years, 9 months ago (2016-03-22 01:16:37 UTC) #11
skvlad
Addressed some more code review comments. https://codereview.webrtc.org/1819553002/diff/60001/webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java File webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java (right): https://codereview.webrtc.org/1819553002/diff/60001/webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java#newcode700 webrtc/api/androidtests/src/org/webrtc/PeerConnectionTest.java:700: if (sender.track().kind().equals("video")) { ...
4 years, 9 months ago (2016-03-22 02:20:00 UTC) #12
magjed_webrtc
https://codereview.webrtc.org/1819553002/diff/80001/webrtc/api/java/jni/jni_helpers.cc File webrtc/api/java/jni/jni_helpers.cc (right): https://codereview.webrtc.org/1819553002/diff/80001/webrtc/api/java/jni/jni_helpers.cc#newcode276 webrtc/api/java/jni/jni_helpers.cc:276: Iterator::Iterator() : iterator_(NULL) {} nit: Use nullptr instead of ...
4 years, 9 months ago (2016-03-22 15:15:30 UTC) #13
skvlad
Corrected some code review issues - now using nullptr instead of NULL, made Iterator be ...
4 years, 9 months ago (2016-03-23 00:29:27 UTC) #14
skvlad
Corrected some code review issues - now using nullptr instead of NULL, made Iterator be ...
4 years, 9 months ago (2016-03-23 00:29:27 UTC) #15
magjed_webrtc
webrtc/api/java/jni/* lgtm. The iterator over java collections is a big improvement, thanks for doing it! ...
4 years, 9 months ago (2016-03-23 14:51:25 UTC) #16
pthatcher1
lgtm
4 years, 9 months ago (2016-03-24 17:18:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819553002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819553002/100001
4 years, 9 months ago (2016-03-24 19:00:57 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
4 years, 9 months ago (2016-03-24 21:01:22 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819553002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819553002/100001
4 years, 9 months ago (2016-03-25 02:28:02 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-25 02:36:51 UTC) #26
commit-bot: I haz the power
4 years, 9 months ago (2016-03-25 02:37:02 UTC) #28
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/303b3c21a4adf67359734b1bfbf5bdb9b25ad6c7
Cr-Commit-Position: refs/heads/master@{#12125}

Powered by Google App Engine
This is Rietveld 408576698