fuzzer: Might work better with a pipeline ...
This commit is contained in:
parent
80d8fcec0c
commit
d197eaa508
@ -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…
x
Reference in New Issue
Block a user