Skip to content

Commit

Permalink
wkdev-sdk: inspect gstreamer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dpino committed Sep 9, 2024
1 parent 43e8c2d commit 9d25773
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ RUN export QT_VERSION=$(qmake6 -query QT_VERSION) && \
done

# Check GStreamer plugins are installed.
RUN gst-inspect-1.0
RUN gst-inspect-1.0 audiornnoise && \
gst-inspect-1.0 cea608tott && \
gst-inspect-1.0 livesync && \
gst-inspect-1.0 rsrtp

# Switch back to interactive prompt, when using apt.
ENV DEBIAN_FRONTEND dialog

0 comments on commit 9d25773

Please sign in to comment.