Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbin.c150 #define BIN_IS_TOPLEVEL(bin) ((GST_OBJECT_PARENT (bin) == NULL) || bin->priv->asynchandling) macro
2841 toplevel = BIN_IS_TOPLEVEL (bin); in gst_bin_change_state_func()
3289 toplevel = BIN_IS_TOPLEVEL (bin); in bin_handle_async_start()
3415 toplevel = BIN_IS_TOPLEVEL (bin); in bin_handle_async_done()