mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
docs: fix typo in pipeline manipulation tutorial
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4165>
This commit is contained in:
parent
63c854c64b
commit
0269c6cf79
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue