Title: [243690] trunk/Source/WebCore
- Revision
- 243690
- Author
- [email protected]
- Date
- 2019-04-01 02:47:08 -0700 (Mon, 01 Apr 2019)
Log Message
Build failure after r243644 in GTK Linux 64-bit stable builds
https://bugs.webkit.org/show_bug.cgi?id=196440
Patch by Pablo Saavedra <[email protected]> on 2019-04-01
Reviewed by Philippe Normand.
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
(WebCore::MediaPlayerPrivateGStreamerBase::updateTextureMapperFlags):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (243689 => 243690)
--- trunk/Source/WebCore/ChangeLog 2019-04-01 09:07:04 UTC (rev 243689)
+++ trunk/Source/WebCore/ChangeLog 2019-04-01 09:47:08 UTC (rev 243690)
@@ -1,3 +1,13 @@
+2019-04-01 Pablo Saavedra <[email protected]>
+
+ Build failure after r243644 in GTK Linux 64-bit stable builds
+ https://bugs.webkit.org/show_bug.cgi?id=196440
+
+ Reviewed by Philippe Normand.
+
+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
+ (WebCore::MediaPlayerPrivateGStreamerBase::updateTextureMapperFlags):
+
2019-03-31 Manuel Rego Casasnovas <[email protected]>
Scroll position gets reset when overflow:scroll is inside grid
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp (243689 => 243690)
--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2019-04-01 09:07:04 UTC (rev 243689)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2019-04-01 09:47:08 UTC (rev 243690)
@@ -1000,11 +1000,13 @@
break;
}
+#if USE(GSTREAMER_GL)
// When the imxvpudecoder is used, the texture sampling of the
// directviv-uploaded texture returns an RGB value, so there's no need to
// convert it.
if (m_videoDecoderPlatform != WebKitGstVideoDecoderPlatform::ImxVPU)
m_textureMapperFlags |= TEXTURE_MAPPER_COLOR_CONVERT_FLAG;
+#endif
}
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes