Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstwatchdog.c230 watchdog->waiting_for_a_buffer = TRUE; in gst_watchdog_feed()
234 } else if (watchdog->waiting_for_a_buffer) { in gst_watchdog_feed()
236 watchdog->waiting_for_a_buffer = FALSE; in gst_watchdog_feed()
404 watchdog->waiting_for_a_buffer = TRUE; in gst_watchdog_change_state()
Dgstwatchdog.h49 gboolean waiting_for_a_buffer; member