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 678020 - Allow playbin2 or playsink to access/proxy x(v)imagesink force-aspect-ratio property
Allow playbin2 or playsink to access/proxy x(v)imagesink force-aspect-ratio p...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.x
Other Linux
: Normal normal
: 0.10.37
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-13 14:07 UTC by Tvrtko Ursulin
Modified: 2012-06-14 07:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tvrtko Ursulin 2012-06-13 14:07:10 UTC
With 0.10.35 when prepare-xwindow-id message was received it originated from x(v)imagesink and it was possible to set that property there. With yesterdays GIT this message originates from GstPlaySink which required application code changes. Having this property accessible through a proxy would make it easier to preserve existing behaviour.
Comment 1 Sebastian Dröge (slomo) 2012-06-14 07:36:09 UTC
commit 78032614badd62f1155f89132593018e8291a3c0
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Jun 14 09:32:35 2012 +0200

    playbin2: Proxy the force-aspect-ratio property of video sinks
    
    Fixes bug #678020.

commit 331a664b11bf78894e41829ecb9530c597fb71fd
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Jun 14 09:29:23 2012 +0200

    playsink: Proxy the force-aspect-ratio property of video sinks