Home
last modified time | relevance | path

Searched refs:state_cookie (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstelement.h765 guint32 state_cookie; member
Dgstelement.c2520 cookie = element->state_cookie; in gst_element_get_state_func()
2541 if (cookie != element->state_cookie) in gst_element_get_state_func()
2987 element->state_cookie++; in gst_element_set_state_func()
Dgstbin.c3219 if (data->cookie != GST_ELEMENT_CAST (bin)->state_cookie) in gst_bin_continue_func()
3443 cont->cookie = GST_ELEMENT_CAST (bin)->state_cookie; in bin_handle_async_done()
/third_party/gstreamer/gstreamer/
DChangeLog100183 …gst/gstbin.c: Check that the state_cookie hasn't changed since the continue_func was scheduled. Av…
100186 Check that the state_cookie hasn't changed since the continue_func
120607 state_cookie in GstElement to detect concurrent gst/set state.
/third_party/gstreamer/gstplugins_bad/
DChangeLog77263 3, 0}}, state_cookie = 2, target_state = GST_STATE_PAUSED,