Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h1019 #define GST_PAD_IS_BLOCKED(pad) (GST_OBJECT_FLAG_IS_SET (pad, GST_PAD_FLAG_BLOCKED)) macro
Dgstpad.c3879 while (GST_PAD_IS_BLOCKED (pad)) { in do_probe_callbacks()