Bug 174109

Summary: Receiving tracks should be ended when peer connection is being closed
Product: WebKit Reporter: youenn fablet <youennf>
Component: MediaAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description youenn fablet 2017-07-03 16:14:55 PDT
Receiving tracks should be ended when peer connection is being closed as per the spec.
Comment 1 youenn fablet 2017-07-03 16:32:53 PDT
Created attachment 314535 [details]
Patch
Comment 2 Eric Carlson 2017-07-05 07:27:26 PDT
Comment on attachment 314535 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=314535&action=review

> LayoutTests/webrtc/peer-connection-track-end.html:40
> +            setTimeout(() => { reject("onended callbacks too long"); }, 5000);

Nit: "callbacks too long" => "callbacks took too long"
Comment 3 youenn fablet 2017-07-05 08:15:48 PDT
Created attachment 314604 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2017-07-05 08:53:20 PDT
Comment on attachment 314604 [details]
Patch for landing

Clearing flags on attachment: 314604

Committed r219127: <http://trac.webkit.org/changeset/219127>
Comment 5 WebKit Commit Bot 2017-07-05 08:53:21 PDT
All reviewed patches have been landed.  Closing bug.