mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
Fix typo in multithreading-and-pad-availability.md
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/120>
This commit is contained in:
parent
22583b71c5
commit
21c74fccc2
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ The sink Pads we have obtained need to be released with
|
|||
longer need them, at the end of the program.
|
||||
|
||||
We then set the pipeline to playing as usual, and wait until an error
|
||||
message or an EOS is produced. The only thing left to so is cleanup the
|
||||
message or an EOS is produced. The only thing left to do is cleanup the
|
||||
requested Pads:
|
||||
|
||||
``` c
|
||||
|
|
Loading…
Reference in a new issue