We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dab99 commit 071ee86Copy full SHA for 071ee86
Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
@@ -3139,7 +3139,8 @@ PlatformLayer* MediaPlayerPrivateGStreamer::platformLayer() const
3139
#if USE(NICOSIA)
3140
void MediaPlayerPrivateGStreamer::swapBuffersIfNeeded()
3141
{
3142
- pushNextHolePunchBuffer();
+ if (isHolePunchRenderingEnabled())
3143
+ pushNextHolePunchBuffer();
3144
}
3145
#else
3146
RefPtr<TextureMapperPlatformLayerProxy> MediaPlayerPrivateGStreamer::proxy() const
0 commit comments