Skip to content

gtkgstwidget: add ready-to-show signal.

Juan Pablo Ugarte requested to merge juanpablougarte/gst-plugins-good:528 into master

Add a way to know when the widget is ready to show video content.

gtkgstbasewidget wont display any video until after an idle callback is called, this makes showing the video widget with content since the very first frame very difficult.

Having a signal or property to listen when the widget is ready to show would be ideal.

Closes issue #528 (closed)

Edited by Tim-Philipp Müller

Merge request reports