[Webkit-unassigned] [Bug 257037] New: [ManagedMSE] JS ManagedSourceBuffer object doesn't present any of its attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 19 09:12:36 PDT 2023


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

            Bug ID: 257037
           Summary: [ManagedMSE] JS ManagedSourceBuffer object doesn't
                    present any of its attributes
           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

When you call `addSourceBuffer` on a ManagedMediaSource you actually get a `ManagedSourceBuffer`; however as far as the JS binding is concerned, the object looks only like a `MediaSource` and none of its IDL methods are actually usable.

The appropriate custom `toJS` methods are missing and so the wrong JS wrapper type is created (a JSSourceBuffer instead of JSManagedSourceBuffer)

-- 
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/20230519/b2e5aca8/attachment.htm>


More information about the webkit-unassigned mailing list