Closed
Bug 1473967
Opened 7 years ago
Closed 7 years ago
Add C++/Rust glue code for the SDP attribute maxptime
Categories
(Core :: WebRTC: Signaling, enhancement, P2)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: johannes.willbold, Assigned: johannes.willbold)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The rsdparsa is missing the C++ interface code for the maxptime attribute.
Updated•7 years ago
|
Assignee: nobody → johannes.willbold
Blocks: rust_sdp_parser
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Rank: 15
Ever confirmed: true
Priority: -- → P2
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8990421 [details]
Bug 1473967: Added C++/Rust glue code for maxptime,
https://reviewboard.mozilla.org/r/255500/#review262528
::: commit-message-e8b73:3
(Diff revision 1)
> +Bug 1473967: Added C++/Rust glue code for maxptime, r=dminor
> +
> +Added the C++/Rust gleu code for maxptime.
typo: s/gleu/glue
::: media/webrtc/signaling/src/sdp/rsdparsa_capi/src/attribute.rs:194
(Diff revision 1)
> + *ret = *max_ptime;
> + return NS_OK;
> + }
> + NS_ERROR_INVALID_ARG
> +}
> +
nit: please remove extra newline
Attachment #8990421 -
Flags: review?(dminor) → review+
| Comment hidden (mozreview-request) |
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/ec17ed2e91b9
Added C++/Rust glue code for maxptime, r=dminor
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•