edit README

This commit is contained in:
fduncanh
2022-04-02 10:52:06 -04:00
parent 402a3eff88
commit 892fd314ec
3 changed files with 8 additions and 8 deletions

View File

@@ -146,7 +146,7 @@ for GStreamer-1.18.x or earlier**.
6. `sudo make install` (you can afterwards uninstall with `sudo make uninstall` in the same directory in which this was run)
7. Install GStreamer plugins that you need: `sudo apt-get install gstreamer1.0-<plugin>`; values of
`<plugin>` needed are: "plugins-base", "libav" (for sound), "plugins-good" (for v4l2 hardware h264 decoding)
and "plugins-bad" (for software h264 decoding). Also needed may be "gl" for OpenGL support, and "x" for X11 support, although
and "plugins-bad" (for h264 decoding). Also needed may be "gl" for OpenGL support, and "x" for X11 support, although
these may already be installed; "vaapi" is needed for hardware-accelerated h264 video decoding by Intel graphics (not for NVIDIA).
Also install "tools" to get the utility gst-inspect-1.0 for examining the GStreamer installation.