[Webkit-unassigned] [Bug 214086] New: [MSE][GStreamer] Remove orphan code in SourceBufferPrivateGStreamer::append()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 09:04:11 PDT 2020


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

            Bug ID: 214086
           Summary: [MSE][GStreamer] Remove orphan code in
                    SourceBufferPrivateGStreamer::append()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

A refactor in r240784 missed this line, which was unreachable code
before and should have removed.

Instead, it has been run every time after sending an append to the
AppendPipeline, and it just happens it doesn't have visible
consequences.

This patch cleans that up removing that line. No visible behavior
changes are introduces.

-- 
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/20200708/8094a224/attachment.htm>


More information about the webkit-unassigned mailing list