Changeset 242703 in webkit
- Timestamp:
- Mar 11, 2019, 8:26:04 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r242701 r242703 1 2019-03-11 Philippe Normand <pnormand@igalia.com> 2 3 Unreviewed, Non-GStreamer-GL build fix after r242701. 4 5 * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp: 6 (WebCore::MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase): 7 1 8 2019-03-11 Philippe Normand <pnormand@igalia.com> 2 9 -
trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
r242701 r242703 270 270 MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase() 271 271 { 272 #if USE(GSTREAMER_GL) 272 273 flushCurrentBuffer(); 274 #endif 273 275 #if USE(TEXTURE_MAPPER_GL) && USE(NICOSIA) 274 276 downcast<Nicosia::ContentLayerTextureMapperImpl>(m_nicosiaLayer->impl()).invalidateClient();
Note:
See TracChangeset
for help on using the changeset viewer.