Closed
Bug 1438536
Opened 7 years ago
Closed 7 years ago
Add bool field to indicate whether direction was specified to RustSdpAttributeExtmap
Categories
(Core :: WebRTC: Signaling, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla63
People
(Reporter: dminor, Assigned: johannes.willbold)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1438536: Added bool field to indicate whether direction was specified to RustSdpAttributeExtmap,
59 bytes,
text/x-review-board-request
|
drno
:
review+
|
Details |
In rsdparsa this is already an Option<>, so we probably just need to add a bool to the RustSdpAttributeExtmap structure and set it accordingly in rsdparsa_capi.
Updated•7 years ago
|
Assignee: nobody → johannes.willbold
Rank: 15
Priority: P3 → P2
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8991351 [details]
Bug 1438536: Added bool field to indicate whether direction was specified to RustSdpAttributeExtmap,
https://reviewboard.mozilla.org/r/256254/#review263188
::: media/webrtc/signaling/src/sdp/RsdparsaSdpInc.h:233
(Diff revision 1)
> // TODO: Add field indicating whether direction was specified
> // See Bug 1438536.
I think this comment should be removed now.
Attachment #8991351 -
Flags: review?(drno) → review+
Comment hidden (mozreview-request) |
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/6e1745b030b8
Added bool field to indicate whether direction was specified to RustSdpAttributeExtmap, r=drno
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•7 years ago
|
status-firefox61:
--- → wontfix
status-firefox62:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•