adding zero-copy-QSGVideoNode for imx6
On imx6 there is a platform-specific API to implement memory-mapping from gstreamer-buffer to opengl-texture. This plugin uses this API to avoid CPU-based-memory-copy. This allows fluid video-playback up to 1080p with very little CPU load. Before even 720p used one cpu-core completely and wasn't fluid. Change-Id: I0c33eb5d475393a65459291ce9290fa0753de4a5 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
72b995ad79
commit
db7f7cc565
@@ -6,7 +6,7 @@
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += m3u
|
||||
SUBDIRS += m3u videonode
|
||||
|
||||
android {
|
||||
SUBDIRS += android opensles
|
||||
|
||||
Reference in New Issue
Block a user