Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstcontext.h128 gboolean gst_context_is_persistent (const GstContext * context);
Dgstcontext.c281 gst_context_is_persistent (const GstContext * context) in gst_context_is_persistent() function
Dgstelement.c3314 if (!gst_context_is_persistent (context)) { in gst_element_change_state_func()
3557 (gst_context_is_persistent (context) || in gst_element_set_context_default()
3558 !gst_context_is_persistent (tmp))) { in gst_element_set_context_default()
Dgstbin.c3617 (gst_context_is_persistent (context) || in gst_bin_update_context_unlocked()
3618 !gst_context_is_persistent (tmp))) { in gst_bin_update_context_unlocked()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c4605 (gst_context_is_persistent (context) || in gst_play_bin_update_context()
4606 !gst_context_is_persistent (tmp))) { in gst_play_bin_update_context()
6160 if (!gst_context_is_persistent (context)) { in gst_play_bin_change_state()