Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eb0155eb7d5145364e21519ad6a5dcd75df0bb95
https://github.com/WebKit/WebKit/commit/eb0155eb7d5145364e21519ad6a5dcd75df0bb95
Author: Vivienne Watermeier <[email protected]>
Date: 2024-11-30 (Sat, 30 Nov 2024)
Changed paths:
M
Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp
Log Message:
-----------
[GStreamer][MediaStream] Handle track ID as UTF-8
https://bugs.webkit.org/show_bug.cgi?id=283834
Reviewed by Philippe Normand.
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)
* Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:
(webkitMediaStreamNew):
Canonical link: https://commits.webkit.org/287178@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes