Skip to content

d3d11videosink: Move potentially time-consuming operations to ::prepare()

Move following tasks to ::prepare() from ::show_frame()

  • CPU -> GPU upload
  • GstD3D11Window object setup, including input caps change handling

Merge request reports