[Webkit-unassigned] [Bug 123443] New: Simplifying MediaStream and MediStreamDescriptor creation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 06:24:13 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=123443

           Summary: Simplifying MediaStream and MediStreamDescriptor
                    creation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thiago.lacerda at openbossa.org


The internal process of creating a MediaStream and MediaStreamDescriptor was quite confusing and spread. We can take advantage of the platform implementation of MediaStreamTrack (aka MediaStreamTrackPrivate) and simplify the whole process.
A new constructor that receives vectors of MediaStreamTrackPrivate objects were added, then the check if a source already exists or if the tracks are all ended are now made in MediaStreamDescriptor.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list