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:
Kellermann Axel 2020-12-02 10:08:18 +00:00
parent 22583b71c5
commit 21c74fccc2

View file

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