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

Changeset 242703 in webkit


Ignore:
Timestamp:
Mar 11, 2019, 8:26:04 AM (7 years ago)
Author:
Philippe Normand
Message:

Unreviewed, Non-GStreamer-GL build fix after r242701.

  • platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:

(WebCore::MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r242701 r242703  
     12019-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
    182019-03-11  Philippe Normand  <pnormand@igalia.com>
    29
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp

    r242701 r242703  
    270270MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase()
    271271{
     272#if USE(GSTREAMER_GL)
    272273    flushCurrentBuffer();
     274#endif
    273275#if USE(TEXTURE_MAPPER_GL) && USE(NICOSIA)
    274276    downcast<Nicosia::ContentLayerTextureMapperImpl>(m_nicosiaLayer->impl()).invalidateClient();
Note: See TracChangeset for help on using the changeset viewer.