WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
191591
Add support for RTCRtpCodecParameters.sdpFmtpLine
https://bugs.webkit.org/show_bug.cgi?id=191591
Summary
Add support for RTCRtpCodecParameters.sdpFmtpLine
youenn fablet
Reported
2018-11-13 10:13:05 PST
Add support for RTCRtpCodecParameters.sdpFmtpLine
Attachments
Patch
(4.63 KB, patch)
2018-11-13 10:20 PST
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch for landing
(4.60 KB, patch)
2018-11-14 06:43 PST
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
youenn fablet
Comment 1
2018-11-13 10:20:36 PST
Created
attachment 354680
[details]
Patch
Eric Carlson
Comment 2
2018-11-13 17:40:48 PST
Comment on
attachment 354680
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=354680&action=review
> Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp:144 > + sdpFmtpLineBuilder.appendLiteral("=");
Nit: I have always heard that sdpFmtpLineBuilder.appendLiteral.append('=') is more efficient
youenn fablet
Comment 3
2018-11-14 06:43:10 PST
Created
attachment 354804
[details]
Patch for landing
youenn fablet
Comment 4
2018-11-14 07:13:35 PST
Thanks for the review. (In reply to Eric Carlson from
comment #2
)
> Comment on
attachment 354680
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=354680&action=review
> > > Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp:144 > > + sdpFmtpLineBuilder.appendLiteral("="); > > Nit: I have always heard that sdpFmtpLineBuilder.appendLiteral.append('=') > is more efficient
Fixed.
WebKit Commit Bot
Comment 5
2018-11-14 07:21:54 PST
Comment on
attachment 354804
[details]
Patch for landing Clearing flags on attachment: 354804 Committed
r238172
: <
https://trac.webkit.org/changeset/238172
>
WebKit Commit Bot
Comment 6
2018-11-14 07:21:56 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7
2018-11-14 07:22:25 PST
<
rdar://problem/46062380
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug