GNOME Bugzilla – Bug 757031
qmlglsink: Does not scale video to the surface size
Last modified: 2015-10-24 18:22:33 UTC
See https://github.com/sdroege/gst-player/tree/master/qt Resizing the window does not resize the video :)
It does with the example in -bad/tests/examples/qt/qml/play Are you binding the width/height of the sink to the window dimensions somehow? (Because you need to)
Indeed :)