Home
last modified time | relevance | path

Searched refs:has_clock_wait (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.h288 gboolean has_clock_wait);
293 gboolean has_clock_wait);
298 gboolean has_clock_wait);
Dgstharness.c187 gboolean has_clock_wait; member
2356 GstHarness * src_harness, gboolean has_clock_wait) in gst_harness_add_src_harness() argument
2366 h->src_harness->priv->has_clock_wait = has_clock_wait; in gst_harness_add_src_harness()
2386 const gchar * src_element_name, gboolean has_clock_wait) in gst_harness_add_src() argument
2389 gst_harness_add_src_harness (h, src_harness, has_clock_wait); in gst_harness_add_src()
2411 const gchar * launchline, gboolean has_clock_wait) in gst_harness_add_src_parse() argument
2414 gst_harness_add_src_harness (h, src_harness, has_clock_wait); in gst_harness_add_src_parse()
2446 if (h->src_harness->priv->has_clock_wait) { in gst_harness_push_from_src()