We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbfe72 commit 0e80f1bCopy full SHA for 0e80f1b
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