Skip to content

Commit

Permalink
scripts: inspect_gst_plugins: Add missing plugins used by MCM
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Aug 5, 2023
1 parent 5ab7715 commit f6130e6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions scripts/inspect_gst_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit f6130e6

Please sign in to comment.