Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowvideosrc.h88 gboolean stop_requested; member
Dgstdshowvideosrc.cpp189 src->stop_requested = FALSE; in gst_dshowvideosrc_init()
868 src->stop_requested = TRUE; in gst_dshowvideosrc_unlock()
880 src->stop_requested = FALSE; in gst_dshowvideosrc_unlock_stop()
891 while (src->buffer == NULL && !src->stop_requested) in gst_dshowvideosrc_create()
897 if (src->stop_requested) { in gst_dshowvideosrc_create()