Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbus.c1113 poll_func (GstBus * bus, GstMessage * message, GstBusPollData * poll_data) in poll_func() argument
1117 if (!g_main_loop_is_running (poll_data->loop)) { in poll_func()
1118 GST_DEBUG ("mainloop %p not running", poll_data->loop); in poll_func()
1124 if (type & poll_data->events) { in poll_func()
1125 g_assert (poll_data->message == NULL); in poll_func()
1127 poll_data->message = gst_message_ref (message); in poll_func()
1128 GST_DEBUG ("mainloop %p quit", poll_data->loop); in poll_func()
1129 g_main_loop_quit (poll_data->loop); in poll_func()
1131 GST_DEBUG ("type %08x does not match %08x", type, poll_data->events); in poll_func()
1136 poll_timeout (GstBusPollData * poll_data) in poll_timeout() argument
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog79023 use assert() or we should use a traditional if (poll_data->message) return;
127987 …_poll may be called from other threads. Handle this nicely by not making poll_data disappear off...
127994 this nicely by not making poll_data disappear off the