[webkit-changes] [WebKit/WebKit] 9512db: REGRESSION(258658 at main): [GStreamer][WebRTC] Broke...

Philippe Normand noreply at github.com
Tue Feb 7 01:43:46 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9512db61a188108a5ec562df7f8d70ca1a000b38
      https://github.com/WebKit/WebKit/commit/9512db61a188108a5ec562df7f8d70ca1a000b38
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp

  Log Message:
  -----------
  REGRESSION(258658 at main): [GStreamer][WebRTC] Broke webrtc/multi-video.html
https://bugs.webkit.org/show_bug.cgi?id=251791

Reviewed by Xabier Rodriguez-Calvar.

The msid fallback assignment mechanism was not working as expected. In cases where the pad msid
property was not set, the resulting mediaStreamId was the pad name, no msid lookup was performed in
the SDP.

* Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp:
(WebCore::GStreamerMediaEndpoint::requestPad):
(WebCore::GStreamerMediaEndpoint::addRemoteStream):

Canonical link: https://commits.webkit.org/259953@main




More information about the webkit-changes mailing list