From bf936fa6c0f2232ced54580bcff63a9228d739e0 Mon Sep 17 00:00:00 2001 From: Markus Ebner Date: Sat, 10 Feb 2024 16:03:51 +0000 Subject: [PATCH] docs: Minor correction in keyframe-force.md Part-of: --- .../gst-docs/markdown/additional/design/keyframe-force.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-docs/markdown/additional/design/keyframe-force.md b/subprojects/gst-docs/markdown/additional/design/keyframe-force.md index 1d116b9bbc..01720e1490 100644 --- a/subprojects/gst-docs/markdown/additional/design/keyframe-force.md +++ b/subprojects/gst-docs/markdown/additional/design/keyframe-force.md @@ -22,7 +22,7 @@ decoding the file immediately. 2) We need to inform the video encoder that it should start encoding a keyframe starting from exactly the frame with the pattern. -3) We need to inform the demuxer that it should flush out any pending +3) We need to inform the muxer that it should flush out any pending data and start creating the start of a new file with the keyframe as a first video frame.