Declarative VideoOutput: added support for more rgb formats.
authorDmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Fri, 14 Oct 2011 02:36:18 +0000 (12:36 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 14 Oct 2011 06:37:46 +0000 (08:37 +0200)
commit21fbb1d02509df805234f30d94e200a1f76fab4e
treebf129c6d1e0a24b0249ee3ae11a5f27fa7315642
parent6b25a189ca4a9d547e15ed8225025f2c1f9de352
Declarative VideoOutput: added support for more rgb formats.

RGB 565, RGB 32 and BGR 32 formats added,
all of them supported with OpenGL ES.

Change-Id: I026628611c59575af5934bac0a5f95dfbc6770cb
Reviewed-on: http://codereview.qt-project.org/6644
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
src/imports/multimedia/multimedia.pro
src/imports/multimedia/qdeclarativevideooutput.cpp
src/imports/multimedia/qsgvideonode_rgb.cpp [new file with mode: 0644]
src/imports/multimedia/qsgvideonode_rgb.h [moved from src/imports/multimedia/qsgvideonode_rgb32.h with 78% similarity]
src/imports/multimedia/qsgvideonode_rgb32.cpp [deleted file]