Skip to content

play: Allow runtime configuration of video-renderer

Philippe Normand requested to merge philn/gstreamer:issue-878 into main

This is a requirement for GstPlayer when using the default overlay interface provided by the pipeline. The GstPlayerWrappedVideoRenderer requires a valid pipeline, but that's available only after the GstPlay thread has successfully started.

Merge request reports