[webkit-changes] [WebKit/WebKit] ac6236: [GStreamer][WebRTC] Ignore DataChannel SDP media w...

Philippe Normand noreply at github.com
Wed Apr 19 02:06:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ac6236a6c23a10bae6ee1c3b7064baaa7bbb03f0
      https://github.com/WebKit/WebKit/commit/ac6236a6c23a10bae6ee1c3b7064baaa7bbb03f0
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

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

  Log Message:
  -----------
  [GStreamer][WebRTC] Ignore DataChannel SDP media when firing incoming track events
https://bugs.webkit.org/show_bug.cgi?id=255606

Reviewed by Xabier Rodriguez-Calvar.

The DataChannel payloads are managed internally in webrtcbin, there's no exposed source/sink pads
for this, so this kind of media should not be accounted for when deciding to fire incoming track
events.

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

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




More information about the webkit-changes mailing list