Changeset 276198 in webkit
- Timestamp:
- Apr 17, 2021, 5:08:32 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r276197 r276198 1 2021-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 1 8 2021-04-17 Philippe Normand <pnormand@igalia.com> 2 9 -
trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
r276197 r276198 1657 1657 void MediaPlayerPrivateGStreamer::configureMediaStreamAudioTracks() 1658 1658 { 1659 #if ENABLE(MEDIA_STREAM) 1659 1660 if (WEBKIT_IS_MEDIA_STREAM_SRC(m_source.get())) 1660 1661 webkitMediaStreamSrcConfigureAudioTracks(WEBKIT_MEDIA_STREAM_SRC(m_source.get()), volume(), isMuted(), !m_isPaused); 1662 #endif 1661 1663 } 1662 1664
Note:
See TracChangeset
for help on using the changeset viewer.