revert last change

This commit is contained in:
fduncanh
2022-03-13 16:53:00 -04:00
parent c8845f21e9
commit 6ea27f5796

View File

@@ -74,7 +74,7 @@ accelerated video decoding on the NVIDIA GPU with CUDA. The nvdec plugin is par
included in binary packages, as NVIDIA's
proprietary [Video Codec SDK](https://docs.nvidia.com/video-technologies/video-codec-sdk/nvdec-video-decoder-api-prog-guide/)
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](https://github.com/FDH2/UxPlay/issues/70) and
Users must do this themselves: see [these instructions](https://gist.github.com/corenel/a615b6f7eb5b5425aa49343a7b409200), 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.