summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-12-03 17:44:30 +0200
committerIgor Opaniuk <igor.opaniuk@gmail.com>2020-12-03 17:58:38 +0200
commit62a138575743b9780aff969c041432194680d4c3 (patch)
treee05d0d7baff91209549ed460e70584cf6831b2ab
parent07a1a12d2487df6175da53644f645ed156e0ca06 (diff)
tdx-graphical: provide imx-gst1.0-plugin for imx6-based modules
Provide a higher ranking video sink plugin than the not working imxeglvivsink and thus fixes automatic (playbin) pipeline construction and audio mpeg codec warning (AAC codec). Additionaly include a NXP userspace cli tool to play or record with gstreamer. Related-to: ELB-3013 Related-to: ELB-3010 Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
-rw-r--r--recipes-images/images/packagegroup-tdx-graphical.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-images/images/packagegroup-tdx-graphical.bb b/recipes-images/images/packagegroup-tdx-graphical.bb
index 1da5588..4088c44 100644
--- a/recipes-images/images/packagegroup-tdx-graphical.bb
+++ b/recipes-images/images/packagegroup-tdx-graphical.bb
@@ -44,6 +44,9 @@ RRECOMMENDS_packagegroup-gstreamer-tdx-graphical = "\
GSTREAMER_MX6QDL = " \
gstreamer1.0-plugins-base-ximagesink \
gstreamer1.0-plugins-imx \
+ imx-gst1.0-plugin \
+ imx-gst1.0-plugin-gplay \
+ imx-gst1.0-plugin-grecorder \
"
RRECOMMENDS_packagegroup-gstreamer-tdx-graphical_append_mx6dl = " ${GSTREAMER_MX6QDL}"
RRECOMMENDS_packagegroup-gstreamer-tdx-graphical_append_mx6q = " ${GSTREAMER_MX6QDL}"