Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e07e832d0677655e411f1e017e34e5f318c27de8
https://github.com/WebKit/WebKit/commit/e07e832d0677655e411f1e017e34e5f318c27de8
Author: Philippe Normand <[email protected]>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
Log Message:
-----------
[GStreamer][WebRTC] Tests crashing due to empty mediastream ID
https://bugs.webkit.org/show_bug.cgi?id=257476
Reviewed by Xabier Rodriguez-Calvar.
The !operator of String is not about checking the string is empty, we need to
check with isEmpty().
Not sure if that recently changed or something...
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::addRemoteStream):
Canonical link: https://commits.webkit.org/264727@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes