forked from qtwebkit/qtwebkit
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GStreamer][WebRTC] Bridge PeerConnection logs to GStreamer logging s…
…ystem https://bugs.webkit.org/show_bug.cgi?id=275161 Reviewed by Xabier Rodriguez-Calvar. By setting WEBKIT_DEBUG=WebRTC=debug the PeerConnection logs are now also sent to GStreamer's logging system, easing a bit debugging. * Source/WebCore/Modules/mediastream/PeerConnectionBackend.cpp: (WebCore::PeerConnectionBackend::setRemoteDescriptionSucceeded): * Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp: (WebCore::GStreamerPeerConnectionBackend::GStreamerPeerConnectionBackend): (WebCore::GStreamerPeerConnectionBackend::~GStreamerPeerConnectionBackend): (WebCore::GStreamerPeerConnectionBackend::didLogMessage): * Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.h: Canonical link: https://commits.webkit.org/279871@main
- Loading branch information
Showing
3 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters