Bug 189310 - Move ownership of outgoing source to RTCRtpSender backend
Summary: Move ownership of outgoing source to RTCRtpSender backend
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-09-05 11:15 PDT by youenn fablet
Modified: 2018-09-05 22:09 PDT (History)
6 users (show)

See Also:


Attachments
Patch (10.88 KB, patch)
2018-09-05 11:23 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (10.88 KB, patch)
2018-09-05 13:12 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews107 for mac-sierra-wk2 (3.16 MB, application/zip)
2018-09-05 15:00 PDT, EWS Watchlist
no flags Details
Patch for landing (10.89 KB, patch)
2018-09-05 20:49 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2018-09-05 11:15:24 PDT
Currently, they are owned by the peer connection backend, but it makes more sense to move to sender.
It should help simplifying replaceTrack implementation.
Comment 1 youenn fablet 2018-09-05 11:23:18 PDT
Created attachment 348948 [details]
Patch
Comment 2 youenn fablet 2018-09-05 13:12:13 PDT
Created attachment 348956 [details]
Patch
Comment 3 EWS Watchlist 2018-09-05 15:00:57 PDT
Comment on attachment 348956 [details]
Patch

Attachment 348956 [details] did not pass mac-wk2-ews (mac-wk2):
Output: https://webkit-queues.webkit.org/results/9105982

New failing tests:
css3/filters/backdrop/add-remove-add-backdrop-filter.html
Comment 4 EWS Watchlist 2018-09-05 15:00:58 PDT
Created attachment 348966 [details]
Archive of layout-test-results from ews107 for mac-sierra-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews107  Port: mac-sierra-wk2  Platform: Mac OS X 10.12.6
Comment 5 youenn fablet 2018-09-05 15:01:56 PDT
Comment on attachment 348956 [details]
Patch

Error is unrelated
Comment 6 WebKit Commit Bot 2018-09-05 20:17:08 PDT
Comment on attachment 348956 [details]
Patch

Rejecting attachment 348956 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 348956, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Logging in as commit-queue@webkit.org...
Fetching: https://bugs.webkit.org/attachment.cgi?id=348956&action=edit
Fetching: https://bugs.webkit.org/show_bug.cgi?id=189310&ctype=xml&excludefield=attachmentdata
Processing 1 patch from 1 bug.
Processing patch 348956 from bug 189310.
Fetching: https://bugs.webkit.org/attachment.cgi?id=348956
Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Alex Christensen']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Parsed 5 diffs from patch file(s).
patching file Source/WebCore/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp
patching file Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp
patching file Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.h
patching file Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.h
Hunk #2 FAILED at 55.
1 out of 2 hunks FAILED -- saving rejects to file Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.h.rej

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Alex Christensen']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: https://webkit-queues.webkit.org/results/9109638
Comment 7 youenn fablet 2018-09-05 20:49:49 PDT
Created attachment 349000 [details]
Patch for landing
Comment 8 WebKit Commit Bot 2018-09-05 22:08:50 PDT
Comment on attachment 349000 [details]
Patch for landing

Clearing flags on attachment: 349000

Committed r235722: <https://trac.webkit.org/changeset/235722>
Comment 9 WebKit Commit Bot 2018-09-05 22:08:52 PDT
All reviewed patches have been landed.  Closing bug.
Comment 10 Radar WebKit Bug Importer 2018-09-05 22:09:32 PDT
<rdar://problem/44168673>