From 0269c6cf79f29754acf1d29a8d281b0c5e9b7159 Mon Sep 17 00:00:00 2001 From: Ivan Tishchenko Date: Mon, 13 Mar 2023 18:21:21 +0100 Subject: [PATCH] docs: fix typo in pipeline manipulation tutorial Part-of: --- .../application-development/advanced/pipeline-manipulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-docs/markdown/application-development/advanced/pipeline-manipulation.md b/subprojects/gst-docs/markdown/application-development/advanced/pipeline-manipulation.md index 761a88a2d0..97c91f0aee 100644 --- a/subprojects/gst-docs/markdown/application-development/advanced/pipeline-manipulation.md +++ b/subprojects/gst-docs/markdown/application-development/advanced/pipeline-manipulation.md @@ -822,7 +822,7 @@ main (int argc, char *argv[]) /* no duration, seek to 1 second, this could EOS */ position = 1 * GST_SECOND; - /* seek to the a position in the file. Most files have a black first frame so + /* seek to the position in the file. Most files have a black first frame so * by seeking to somewhere else we have a bigger chance of getting something * more interesting. An optimisation would be to detect black images and then * seek a little more */