Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpreset.c574 gboolean is_child_proxy; in gst_preset_default_get_property_names() local
578 is_child_proxy = GST_IS_CHILD_PROXY (preset); in gst_preset_default_get_property_names()
598 if (is_child_proxy) { in gst_preset_default_get_property_names()
645 gboolean is_child_proxy; in gst_preset_default_load_preset() local
662 is_child_proxy = GST_IS_CHILD_PROXY (preset); in gst_preset_default_load_preset()
681 if (is_child_proxy) { in gst_preset_default_load_preset()
699 if (is_child_proxy) { in gst_preset_default_load_preset()
824 gboolean is_child_proxy; in gst_preset_default_save_preset() local
837 is_child_proxy = GST_IS_CHILD_PROXY (preset); in gst_preset_default_save_preset()
846 if (is_child_proxy) { in gst_preset_default_save_preset()
[all …]