[webkit-changes] [WebKit/WebKit] e07e83: [GStreamer][WebRTC] Tests crashing due to empty me...

Philippe Normand noreply at github.com
Wed May 31 05:59:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e07e832d0677655e411f1e017e34e5f318c27de8
      https://github.com/WebKit/WebKit/commit/e07e832d0677655e411f1e017e34e5f318c27de8
  Author: Philippe Normand <philn at igalia.com>
  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




More information about the webkit-changes mailing list