Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.h51 GST_CHECK_API gboolean _gst_check_expecting_log; variable
639 _gst_check_expecting_log = TRUE; \
645 _gst_check_expecting_log = FALSE; \
651 _gst_check_expecting_log = TRUE; \
657 _gst_check_expecting_log = FALSE; \
Dgstcheck.c63 gboolean _gst_check_expecting_log = FALSE; variable
276 if (!_gst_check_expecting_log) { in gst_check_log_critical_func()