diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2013-08-19 14:13:29 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-24 14:46:18 -0300 |
commit | 0c905f1581f331f3156206fa5851b3779445b970 (patch) | |
tree | 5778bdcd940660a30dec47cbcbe2f41d46b79137 /recipes-graphics/xorg-xserver/xserver-xorg-1.11.4 | |
parent | 4c291af7056e44ffb997fccd95342caef7fd7c19 (diff) | |
download | meta-fsl-arm-0c905f1581f331f3156206fa5851b3779445b970.tar.gz |
qt4-embedded: Allow use of Qt Media Player in multi-headed system
Qt-embedded can be used on multiple screens by using environment variables
QWS_DISPLAY, QWS_MOUSE_PROTO, et cetera.
The gstreamer element mfw_v4lsink used to accelerate media playback on i.MX
devices can also be pointed at different displays through the 'device'
property, but the current acceleration patch doesn't have a mechanism for
setting the property, and always uses the compiled-in default.
This patch allows userspace startup code to override the default through
the use of the 'v4lsinkdev' environment variable.
Please refer to the Qt4-embedded documentation for proper usage of the
QWS_x environment variables and the Freescale Multimedia documentation
for descriptions of the various gstreamer elements.
A sequence of this for a secondary display might be this:
export QWS_DISPLAY=linuxfb:/dev/fb2:1
export v4lsinkdev=/dev/video19
my-qt-app -qws
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xorg-1.11.4')
0 files changed, 0 insertions, 0 deletions