From 4eb103fddf6f3ff696fa50c912cf243d07d14f95 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Tue, 8 Mar 2022 04:27:05 -0500 Subject: [PATCH] fix typo in README --- README.html | 2 +- README.md | 4 ++-- README.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.html b/README.html index 4cdac40..50d7876 100644 --- a/README.html +++ b/README.html @@ -20,7 +20,7 @@

For NVIDIA graphics with the proprietary drivers, the nvdec plugin (recently renamed nvh264dec) can be used for accelerated video decoding on the NVIDIA GPU with CUDA. The nvdec plugin is part of gstreamer1.0-plugins-bad, but is generally not included in binary packages, as NVIDIA’s proprietary Video Codec SDK must be downloaded, and three header files from it must be added to the gstreamer source before the plugin can be compiled. Users must do this themselves: see these instructions, and adapt them as necessary for your GStreamer installation. This plugin should be used with the -vd nvdec (or nvh264dec) and -vs glimagesink uxplay options.

Note to packagers: OpenSSL-3.0.0 solves GPL v3 license issues.

Some Linux distributions such as Debian do not allow distribution of compiled GPL code linked to OpenSSL-1.1.1 because its “dual OpenSSL/SSLeay” license has some incompatibilities with GPL, unless all code authors have explicitly given an “exception” to allow such linking (the historical origins of UxPlay make this impossible to obtain). Other distributions treat OpenSSL as a “System Library” which the GPL allows linking to.

diff --git a/README.md b/README.md index 50c4832..ac91b87 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ This plugin should be used with the `-vd nvdec` (or nvh264dec) and `-vs glimages * **GPU Support for Raspberry Pi** Some Raspberry Pi models (e.g., model 4B) are powerful enough to run UxPlay, but work best with hardware-accelerated h264 decoding by - its Broadcom GPU (software decoding with combined uxplay options `-rpi -avdec` may also work with acceptable - latency on Pi model 4). Raspberry Pi OS (Bullseye) + the Pi's Broadcom GPU; software decoding with combined uxplay options `-rpi -avdec` may also work with acceptable + latency on Pi model 4. Raspberry Pi OS (Bullseye) has recently abandoned the older omx (OpenMAX) GPU driver used by [RPiPlay](http://github.com/FD-/RPiPlay), and the corresponding GStreamer plugin omxh264dec has been deprecated and broken for some time. The replacement is the Video4Linux (v4l2) plugin v4l2h264dec from gstreamer1.0-plugins-good, which works well for playing mp4 files on the Pi. Unfortunately, features needed diff --git a/README.txt b/README.txt index 51a2a27..ba0999c 100644 --- a/README.txt +++ b/README.txt @@ -103,9 +103,9 @@ uxplay options. - **GPU Support for Raspberry Pi** Some Raspberry Pi models (e.g., model 4B) are powerful enough to run - UxPlay, but work best with hardware-accelerated h264 decoding by its - Broadcom GPU (software decoding with combined uxplay options - `-rpi -avdec` may also work with acceptable latency on Pi model 4). + UxPlay, but work best with hardware-accelerated h264 decoding by the + Pi's Broadcom GPU; software decoding with combined uxplay options + `-rpi -avdec` may also work with acceptable latency on Pi model 4. Raspberry Pi OS (Bullseye) has recently abandoned the older omx (OpenMAX) GPU driver used by [RPiPlay](http://github.com/FD-/RPiPlay), and the corresponding