docs: fix typo in pipeline manipulation tutorial

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4165>
This commit is contained in:
Ivan Tishchenko 2023-03-13 18:21:21 +01:00 committed by GStreamer Marge Bot
parent 63c854c64b
commit 0269c6cf79

View file

@ -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 */