Gstreamer: Set surface from renderer before creating pipeline
When multiple pipelines are created, and one of these gets recreated, it picks up the last set surface. This is incorrect, as it needs a surface belonging to the current renderer. This patch sets the surface before creating pipelines, retrieving it from the current renderer. Task-number: QTBUG-73557 Change-Id: I0811f7262a0eca57e01361a55515351127520064 Reviewed-by:Oliver Wolff <oliver.wolff@qt.io> Reviewed-by:
Andy Shaw <andy.shaw@qt.io>
Showing