From 1973334699cbaf48a481d276d973aaeb504c6aec Mon Sep 17 00:00:00 2001 From: Krystian Wojtas Date: Wed, 1 Dec 2021 08:45:09 +0100 Subject: [PATCH] tutorials: word hardware instead of h character Part-of: --- .../tutorials/playback/hardware-accelerated-video-decoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-docs/markdown/tutorials/playback/hardware-accelerated-video-decoding.md b/subprojects/gst-docs/markdown/tutorials/playback/hardware-accelerated-video-decoding.md index ae620a1d2d..89faec18e4 100644 --- a/subprojects/gst-docs/markdown/tutorials/playback/hardware-accelerated-video-decoding.md +++ b/subprojects/gst-docs/markdown/tutorials/playback/hardware-accelerated-video-decoding.md @@ -81,7 +81,7 @@ the [gstreamer-ducati](https://github.com/robclark/gst-ducati) plugin. `androidmedia` plugin in gst-plugins-bad. This includes both encoding and decoding. - - Apple VideoTool Box Framework: Apple's API to access h is available + - Apple VideoTool Box Framework: Apple's API to access hardware is available through the `applemedia` plugin which includes both encoding through the `vtenc` element and decoding through the `vtdec` element.