Title: [242703] trunk/Source/WebCore
- Revision
- 242703
- Author
- [email protected]
- Date
- 2019-03-11 08:26:04 -0700 (Mon, 11 Mar 2019)
Log Message
Unreviewed, Non-GStreamer-GL build fix after r242701.
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
(WebCore::MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (242702 => 242703)
--- trunk/Source/WebCore/ChangeLog 2019-03-11 15:25:08 UTC (rev 242702)
+++ trunk/Source/WebCore/ChangeLog 2019-03-11 15:26:04 UTC (rev 242703)
@@ -1,5 +1,12 @@
2019-03-11 Philippe Normand <[email protected]>
+ Unreviewed, Non-GStreamer-GL build fix after r242701.
+
+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
+ (WebCore::MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase):
+
+2019-03-11 Philippe Normand <[email protected]>
+
[GStreamer][v4l2] Synchronous video texture flushing support
https://bugs.webkit.org/show_bug.cgi?id=195453
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp (242702 => 242703)
--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2019-03-11 15:25:08 UTC (rev 242702)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2019-03-11 15:26:04 UTC (rev 242703)
@@ -269,7 +269,9 @@
MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase()
{
+#if USE(GSTREAMER_GL)
flushCurrentBuffer();
+#endif
#if USE(TEXTURE_MAPPER_GL) && USE(NICOSIA)
downcast<Nicosia::ContentLayerTextureMapperImpl>(m_nicosiaLayer->impl()).invalidateClient();
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes