[Webkit-unassigned] [Bug 227120] New: [GTK][MiniBrowser] AudioTrack label not decoded?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 06:44:46 PDT 2021


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

            Bug ID: 227120
           Summary: [GTK][MiniBrowser] AudioTrack label not decoded?
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: code at luigifab.info
                CC: bugs-noreply at webkitgtk.org

OS: Debian Testing amd64
Package: libwebkit2gtk-4.0-37 (v2.32.1-2) (http://ftp2.fr.debian.org/debian/pool/main/w/webkit2gtk/libwebkit2gtk-4.0-37_2.32.1-2_amd64.deb)

Command line used: /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser --enable-media-stream=True --enable-encrypted-media=True --enable-media-capabilities=True

Go to: https://www.luigifab.fr/sintel-en-fr.webm (IPv6 required)

Run in console (F12): document.querySelector('video').audioTracks[0]
Result is: AudioTrack, ... label: "english" ...

Run in console (F12): document.querySelector('video').audioTracks[1]
Result is: AudioTrack, ... label: "français" ...


Do the same with Chrome 91, Edge 91 and Opera 77 (after enabling Experimental Web Platform features in chrome://flags).
The second result is always: AudioTrack, ... label: "français" ...


With MiniBrowser, I can "fix" the label with: decodeURIComponent(escape(label))

-- 
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/20210617/81d8f2a7/attachment.htm>


More information about the webkit-unassigned mailing list