[webkit-changes] [WebKit/WebKit] b023c5: [GStreamer][WebRTC] Improve error checking in Data...

Philippe Normand noreply at github.com
Fri May 10 08:29:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b023c541869491bacd7a9c0980dae6821881e95b
      https://github.com/WebKit/WebKit/commit/b023c541869491bacd7a9c0980dae6821881e95b
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

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

  Log Message:
  -----------
  [GStreamer][WebRTC] Improve error checking in DataChannel backend
https://bugs.webkit.org/show_bug.cgi?id=273932

Reviewed by Xabier Rodriguez-Calvar.

Use the new gst_webrtc_data_channel_send_{string,data}_full APIs when available. Also fix
GST_CHECK_VERSION ifdefs, those should use stable release numbering unless the needed check is for a
development version not shipped yet.

* Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp:
(WebCore::GStreamerDataChannelHandler::sendStringData):
(WebCore::GStreamerDataChannelHandler::sendRawData):
(WebCore::GStreamerDataChannelHandler::checkState):

Canonical link: https://commits.webkit.org/278611@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