From 6b73aedb1166c70e49f46e699e964b6794449c82 Mon Sep 17 00:00:00 2001 From: wbn <66299196+wbn03@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:32:27 +0800 Subject: [PATCH] Fxied a typo in pipeline descript docs. (#2623) --- media/docs/cpp/pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/cpp/pipeline.md b/media/docs/cpp/pipeline.md index aa647304..2533f697 100644 --- a/media/docs/cpp/pipeline.md +++ b/media/docs/cpp/pipeline.md @@ -90,7 +90,7 @@ before issuing other instructions associated with a particular pipeline stage (e.g., copy or write). This is a blocking instruction -which blocks further execution of consumer threads +which blocks further execution of producer threads unless the particular stage waiting to be acquired is released by a consumer.