We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c90ea2 commit 71d47e5Copy full SHA for 71d47e5
1 file changed
Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
@@ -193,7 +193,7 @@ MediaPlayerPrivateGStreamer::MediaPlayerPrivateGStreamer(MediaPlayer* player)
193
m_nicosiaLayer = Nicosia::ContentLayer::create(Nicosia::ContentLayerTextureMapperImpl::createFactory(*this,
194
[&]() -> Ref<TextureMapperPlatformLayerProxy> {
195
if (isHolePunchRenderingEnabled())
196
- return adoptRef(*new TextureMapperPlatformLayerProxyGL(true));
+ return adoptRef(*new TextureMapperPlatformLayerProxyGL);
197
198
#if USE(TEXTURE_MAPPER_DMABUF)
199
if (webKitDMABufVideoSinkIsEnabled() && webKitDMABufVideoSinkProbePlatform())
0 commit comments