qt5: qtmultimedia: enable gstreamer backend at build time
Otherwise at run time there is no service available that is able to manage the multimedia files and there is a failure: requestService(): no service found for - "org.qt-project.qt.camera" requestService(): no service found for - "org.qt-project.qt.mediaplayer" https://jira.digi.com/browse/DEL-1972 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
c3c2410aee
commit
c98cd2dde1
|
|
@ -0,0 +1,3 @@
|
|||
# Copyright (C) 2015 Digi International
|
||||
|
||||
PACKAGECONFIG_append = " gstreamer"
|
||||
Loading…
Reference in New Issue