[webkit-changes] [WebKit/WebKit] ef99c6: [WPE] Build fix for Debian Stable after 271224 at main

Diego Pino noreply at github.com
Thu Nov 30 11:57:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ef99c6c56bb0b67eb5a887fbde3e2122de301327
      https://github.com/WebKit/WebKit/commit/ef99c6c56bb0b67eb5a887fbde3e2122de301327
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/gstreamer/AudioTrackPrivateGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/VideoTrackPrivateGStreamer.cpp

  Log Message:
  -----------
  [WPE] Build fix for Debian Stable after 271224 at main
https://bugs.webkit.org/show_bug.cgi?id=253832

Reviewed by Philippe Normand.

Build failed cause function 'gst_codec_utils_caps_get_mime_codec' is not
defined in GStreamer 1.18.4. This function is only available since 1.20.

Guard code under 'GST_CHECK_VERSION(1, 20, 0)' check.

* Source/WebCore/platform/graphics/gstreamer/AudioTrackPrivateGStreamer.cpp:
(WebCore::AudioTrackPrivateGStreamer::updateConfigurationFromCaps):
* Source/WebCore/platform/graphics/gstreamer/VideoTrackPrivateGStreamer.cpp:
(WebCore::VideoTrackPrivateGStreamer::updateConfigurationFromCaps):

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




More information about the webkit-changes mailing list