[webkit-changes] [WebKit/WebKit] 3688fe: [GStreamer][WebRTC] Fix transceiver direction hand...

Philippe Normand noreply at github.com
Thu Sep 12 03:35:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3688fe05d8364090997df17412cb067d7f500c3e
      https://github.com/WebKit/WebKit/commit/3688fe05d8364090997df17412cb067d7f500c3e
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-09-12 (Thu, 12 Sep 2024)

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

  Log Message:
  -----------
  [GStreamer][WebRTC] Fix transceiver direction handling for GStreamer versions newer than 1.24
https://bugs.webkit.org/show_bug.cgi?id=279506

Reviewed by Xabier Rodriguez-Calvar.

GstWebRTCRTPTransceiver doesn't have a fired-direction property, so use direction. Until
GStreamer 1.26 direction and current-direction always had the same value. This was fixed by:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/cafb999fb0cdf32803fcc3f85f2652212f05c2d0

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

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list