Home
last modified time | relevance | path

Searched refs:gst_harness_new_full (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudioencoder.c154 h = gst_harness_new_full (enc, &srctemplate, "sink", &sinktemplate, "src"); in setup_audioencodertester()
Daudiodecoder.c246 h = gst_harness_new_full (dec, srctemplate, "sink", sinktemplate, "src"); in setup_audiodecodertester()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.h79 GstHarness * gst_harness_new_full (GstElement * element,
Dgstharness.c829 gst_harness_new_full (GstElement * element, in gst_harness_new_full() function
865 return gst_harness_new_full (element, in gst_harness_new_with_element()
929 h = gst_harness_new_full (element, hsrc, "sink", hsink, "src"); in gst_harness_new_with_templates()
/third_party/gstreamer/gstreamer/
DChangeLog27550 In order for gst_harness_new_full to be MT-safe the increase and