mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
fuzzing: correct typos in README.txt
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5260>
This commit is contained in:
parent
e81a40cb72
commit
c161eb973d
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Fuzzing GStreamer
|
|||
* Fuzzing targets
|
||||
|
||||
Fuzzing targets as small applications where we can test a specific
|
||||
element or API. The goal is to have them be as small/targetted as
|
||||
element or API. The goal is to have them be as small/targeted as
|
||||
possible.
|
||||
|
||||
ex: appsrc ! <some_element> ! fakesink num-buffers=<small>
|
||||
|
@ -43,7 +43,7 @@ Fuzzing GStreamer
|
|||
* Add a standalone build script
|
||||
|
||||
We need to be able to build and test the fuzzing targets outside
|
||||
of the oss-fuzz infrastructure, and do that in our continous
|
||||
of the oss-fuzz infrastructure, and do that in our continuous
|
||||
integration system.
|
||||
|
||||
We need:
|
||||
|
|
Loading…
Reference in a new issue