summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-12-03 17:44:30 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-12-08 15:02:17 +0100
commitd15d80be2249a599248f695e3da216c8c205c848 (patch)
tree4a1a16520fbcf4c9c6b0f66a6a794a6c505c9844
parent3b22754be8a4e351efa2cc2b0ac1dc28264e9475 (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> (cherry picked from commit 62a138575743b9780aff969c041432194680d4c3)
-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}"