From 3d76e5a0c01bba5ff5bc79343377d13b6ceadea2 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Wed, 23 Oct 2024 06:10:03 -0700 Subject: [PATCH] gstreamer1.0-plugins-tegra: add nvipcpipeline, nvunixfd now that we build those from sources. Signed-off-by: Matt Madison --- .../gstreamer/gstreamer1.0-plugins-tegra_1.14.0-r36.4.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-tegra_1.14.0-r36.4.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-tegra_1.14.0-r36.4.0.bb index 6c2e7d83..988ed451 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-tegra_1.14.0-r36.4.0.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-tegra_1.14.0-r36.4.0.bb @@ -6,8 +6,10 @@ PLUGINS = "\ gstreamer1.0-plugins-nvcompositor \ gstreamer1.0-plugins-nvdrmvideosink \ gstreamer1.0-plugins-nveglgles \ + gstreamer1.0-plugins-nvipcpipeline \ gstreamer1.0-plugins-nvjpeg \ gstreamer1.0-plugins-nvtee \ + gstreamer1.0-plugins-nvunixfd \ gstreamer1.0-plugins-nvv4l2camerasrc \ gstreamer1.0-plugins-nvvidconv \ gstreamer1.0-plugins-nvvideo4linux2 \