[webkit-changes] [WebKit/WebKit] 7a7d33: [GTK][WPE] Build with ENABLE_JOURNALD_LOG=OFF is b...

Philippe Normand noreply at github.com
Mon Mar 13 02:01:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7a7d33c945c423639d0e625352d98c40411716f2
      https://github.com/WebKit/WebKit/commit/7a7d33c945c423639d0e625352d98c40411716f2
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M Source/WebCore/platform/audio/gstreamer/AudioSourceProviderGStreamer.cpp
    M Source/WebCore/platform/mediastream/AudioTrackPrivateMediaStream.cpp

  Log Message:
  -----------
  [GTK][WPE] Build with ENABLE_JOURNALD_LOG=OFF is broken
https://bugs.webkit.org/show_bug.cgi?id=253635

Reviewed by Xabier Rodriguez-Calvar.

Use a dedicated logger in the AudioSourceProviderGStreamer for mediastreams, the one from
MediaStreamTrackPrivate is not usable when release logging is disabled.

Also drive-by compilation warning fix in AudioTrackPrivateMediaStream when release logging is
disabled.

* Source/WebCore/platform/audio/gstreamer/AudioSourceProviderGStreamer.cpp:
(WebCore::AudioSourceProviderGStreamer::AudioSourceProviderGStreamer):
* Source/WebCore/platform/mediastream/AudioTrackPrivateMediaStream.cpp:
(WebCore::AudioTrackPrivateMediaStream::createRenderer):

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




More information about the webkit-changes mailing list