From e26757b22178ccca1e542ea2523c110acb6bc092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Fri, 4 Aug 2023 22:57:22 -0300 Subject: [PATCH] scripts: inspect_gst_plugins: Add missing plugins used by MCM --- scripts/inspect_gst_plugins.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/scripts/inspect_gst_plugins.sh b/scripts/inspect_gst_plugins.sh index 0edb871..ed7346c 100755 --- a/scripts/inspect_gst_plugins.sh +++ b/scripts/inspect_gst_plugins.sh @@ -5,21 +5,43 @@ function clear_cache { } PLUGINS=( + appsink + capsfilter decodebin3 h264parse + h265parse + identity + jpegdec jpegenc + jpegparse libav + libde265dec multiudpsink + proxysink + proxysrc queue + rtph264depay rtph264pay + rtph265depay + rtph265pay + rtpjpegdepay + rtpjpegpay + rtpvrawdepay + rtpvrawpay + shmsink + shmsrc srtpenc tcpserversink + tee + timeoverlay + udpsrc v4l2src videoconvert videotestsrc vp9enc webrtcbin x264enc + x265enc ) ARCH=${ARCH:-$(uname -m)}