Skip to content

d3d11videosink: Fix error on pause and play

The show_frame() can be called without prepare() call on paused to playing state change. Thus the prepared buffer should not be cleared on show_frame()

Merge request reports