[Webkit-unassigned] [Bug 283834] New: [GStreamer][MediaStream] Handle track ID as UTF-8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 29 13:05:15 PST 2024


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

            Bug ID: 283834
           Summary: [GStreamer][MediaStream] Handle track ID as UTF-8
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vwatermeier at igalia.com

In webrtc/utf8-sdp.html, the '世界你好' track ID may appear in logs incorrectly as '????'.

By using .utf8(), the ID is now logged correctly (though GStreamer uses octal escapes
to print it as '\344\270\226\347\225\214\344\275\240\345\245\275' when logging caps)

-- 
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/20241129/b79e999f/attachment.htm>


More information about the webkit-unassigned mailing list