summaryrefslogtreecommitdiffstats
path: root/examples/customvideosurface/customvideoitem/videoplayer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* centralize and fixup example sources install targetsJoerg Bornemann2012-12-051-174/+0
| | | | | | | | This follows suit with aeb036e in qtbase. Change-Id: Ie8580d0a1f38ab9858b0e44c9f99bdc552a1752a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
* Multimedia: examples coding style unificationhjk2012-11-211-4/+4
| | | | | Change-Id: Iffae3a276bb2b01f871aee76dc069ce006d69fce Reviewed-by: David Schulz <david.schulz@digia.com>
* Use QVideoGraphicsItem in the videographicsitem example.Yoann Lopes2012-10-021-0/+174
The videographicsitem example now uses QVideoGraphicsItem instead of a custom QAbstractVideoSurface. The old code has been moved to a new example: "customvideosurface/customvideoitem". Change-Id: I83212f36168ef94d670b447eb1a742a39753939d Reviewed-by: Jason Barron <jason.barron@digia.com>