[webkit-changes] [WebKit/WebKit] c09442: [GStreamer][WebRTC] Improve debug logging in RTP s...

Philippe Normand noreply at github.com
Wed Apr 19 02:58:15 PDT 2023


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

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

  Log Message:
  -----------
  [GStreamer][WebRTC] Improve debug logging in RTP sender backend
https://bugs.webkit.org/show_bug.cgi?id=255611

Reviewed by Xabier Rodriguez-Calvar.

Most methods implementations were moved to the cpp file and instrumented with debug logs. Also
driving-by in the dtlsTransportBackend() method, exit early in case we don't have a rtpSender yet.

* Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.cpp:
(WebCore::m_initData):
(WebCore::GStreamerRtpSenderBackend::clearSource):
(WebCore::GStreamerRtpSenderBackend::setSource):
(WebCore::GStreamerRtpSenderBackend::takeSource):
(WebCore::GStreamerRtpSenderBackend::dtlsTransportBackend):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.h:

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




More information about the webkit-changes mailing list