[Webkit-unassigned] [Bug 264142] New: Move duplicated methods from MediaSourcePrivate/SourceBufferPrivate to base class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 2 23:40:24 PDT 2023


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

            Bug ID: 264142
           Summary: Move duplicated methods from
                    MediaSourcePrivate/SourceBufferPrivate to base class
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jean-yves.avenard at apple.com

sub-task of bug 264134

We have three MSE implementations in our tree:
- Cocoa/AVFObjC
- Mock
- GStreamer

In a lot of instances, all three duplicates the same code. It makes it harder to maintain and too easy to introduce discrepancy between the three implementations.

Let's move to their respective base classes what can be moved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231103/ce877364/attachment.htm>


More information about the webkit-unassigned mailing list