mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
fuzzer: Might work better with a pipeline ...
This commit is contained in:
parent
80d8fcec0c
commit
d197eaa508
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ LLVMFuzzerTestOneInput (const guint8 * data, size_t size)
|
|||
}
|
||||
|
||||
/* Create the pipeline */
|
||||
pipeline = gst_pipeline_new ("pipeline");
|
||||
source = gst_element_factory_make ("appsrc", "source");
|
||||
typefind = gst_element_factory_make ("typefind", "typefind");
|
||||
fakesink = gst_element_factory_make ("fakesink", "fakesink");
|
||||
|
|
Loading…
Reference in a new issue