GNOME Bugzilla – Bug 678020
Allow playbin2 or playsink to access/proxy x(v)imagesink force-aspect-ratio property
Last modified: 2012-06-14 07:36:09 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.
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