Title: [290374] trunk/Source/WebCore
Revision
290374
Author
dp...@igalia.com
Date
2022-02-23 08:09:16 -0800 (Wed, 23 Feb 2022)

Log Message

[GTK] Unreviewed, build fix for Debian Stable after r290366

* platform/graphics/gstreamer/GStreamerVideoSinkCommon.cpp:
(webKitVideoSinkSetMediaPlayerPrivate):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (290373 => 290374)


--- trunk/Source/WebCore/ChangeLog	2022-02-23 16:00:11 UTC (rev 290373)
+++ trunk/Source/WebCore/ChangeLog	2022-02-23 16:09:16 UTC (rev 290374)
@@ -1,3 +1,10 @@
+2022-02-23  Diego Pino Garcia  <dp...@igalia.com>
+
+        [GTK] Unreviewed, build fix for Debian Stable after r290366
+
+        * platform/graphics/gstreamer/GStreamerVideoSinkCommon.cpp:
+        (webKitVideoSinkSetMediaPlayerPrivate):
+
 2022-02-23  Jer Noble  <jer.no...@apple.com>
 
         REGRESSION (r287574): ASSERTION FAILED: !m_impl || !m_shouldEnableAssertions || m_impl->wasConstructedOnMainThread() == isMainThread() under WebCore::AVTrackPrivateAVFObjCImpl::initializeAssetTrack()

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerVideoSinkCommon.cpp (290373 => 290374)


--- trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerVideoSinkCommon.cpp	2022-02-23 16:00:11 UTC (rev 290373)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerVideoSinkCommon.cpp	2022-02-23 16:09:16 UTC (rev 290374)
@@ -72,7 +72,9 @@
             GST_DEBUG("Acting upon flush-start event");
         }
 
+#if USE(GSTREAMER_GL)
         player->flushCurrentBuffer();
+#endif
         return GST_PAD_PROBE_OK;
     }, player, nullptr);
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to