Home
last modified time | relevance | path

Searched refs:GST_MESSAGE_GET_COND (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstmessage.h204 #define GST_MESSAGE_GET_COND(message) (&GST_MESSAGE_CAST(message)->cond) macro
205 #define GST_MESSAGE_WAIT(message) g_cond_wait(GST_MESSAGE_GET_COND(message),GST_MESSAGE_GET_L…
206 #define GST_MESSAGE_SIGNAL(message) g_cond_signal(GST_MESSAGE_GET_COND(message))
Dgstbus.c365 GCond *cond = GST_MESSAGE_GET_COND (message); in gst_bus_post()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt1793 GST_MESSAGE_GET_COND