After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757031 - qmlglsink: Does not scale video to the surface size
qmlglsink: Does not scale video to the surface size
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-23 18:43 UTC by Sebastian Dröge (slomo)
Modified: 2015-10-24 18:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2015-10-23 18:43:01 UTC
See https://github.com/sdroege/gst-player/tree/master/qt


Resizing the window does not resize the video :)
Comment 1 Matthew Waters (ystreet00) 2015-10-24 06:36:00 UTC
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)
Comment 2 Sebastian Dröge (slomo) 2015-10-24 18:22:33 UTC
Indeed :)