⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276198 in webkit


Ignore:
Timestamp:
Apr 17, 2021, 5:08:32 AM (5 years ago)
Author:
Philippe Normand
Message:

Unreviewed, GTK LTS build fix after r276197

  • platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:

(WebCore::MediaPlayerPrivateGStreamer::configureMediaStreamAudioTracks):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r276197 r276198  
     12021-04-17  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, GTK LTS build fix after r276197
     4
     5        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
     6        (WebCore::MediaPlayerPrivateGStreamer::configureMediaStreamAudioTracks):
     7
    182021-04-17  Philippe Normand  <pnormand@igalia.com>
    29
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

    r276197 r276198  
    16571657void MediaPlayerPrivateGStreamer::configureMediaStreamAudioTracks()
    16581658{
     1659#if ENABLE(MEDIA_STREAM)
    16591660    if (WEBKIT_IS_MEDIA_STREAM_SRC(m_source.get()))
    16601661        webkitMediaStreamSrcConfigureAudioTracks(WEBKIT_MEDIA_STREAM_SRC(m_source.get()), volume(), isMuted(), !m_isPaused);
     1662#endif
    16611663}
    16621664
Note: See TracChangeset for help on using the changeset viewer.