Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.c194 gst_child_proxy_lookup (GstChildProxy * object, const gchar * name, in gst_child_proxy_lookup() function
269 if (!gst_child_proxy_lookup (object, name, &target, &pspec)) in gst_child_proxy_get_property()
313 if (!gst_child_proxy_lookup (object, name, &target, &pspec)) in gst_child_proxy_get_valist()
383 if (!gst_child_proxy_lookup (object, name, &target, &pspec)) in gst_child_proxy_set_property()
422 if (!gst_child_proxy_lookup (object, name, &target, &pspec)) in gst_child_proxy_set_valist()
Dgstchildproxy.h128 gboolean gst_child_proxy_lookup (GstChildProxy *object, const gchar *name,
Dgstpreset.c682 gst_child_proxy_lookup ((GstChildProxy *) preset, props[i], NULL, in gst_preset_default_load_preset()
847 gst_child_proxy_lookup ((GstChildProxy *) preset, props[i], NULL, in gst_preset_default_save_preset()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y323 if (gst_child_proxy_lookup (child_proxy, set->name, &target, &pspec)) { in gst_parse_new_child()
402 if (!gst_child_proxy_lookup (GST_CHILD_PROXY (element), value, &target, &pspec)) { in gst_parse_element_set()
Dgrammar.y.in323 if (gst_child_proxy_lookup (child_proxy, set->name, &target, &pspec)) {
402 if (!gst_child_proxy_lookup (GST_CHILD_PROXY (element), value, &target, &pspec)) {
Dgrammar.tab.c397 if (gst_child_proxy_lookup (child_proxy, set->name, &target, &pspec)) { in gst_parse_new_child()
476 if (!gst_child_proxy_lookup (GST_CHILD_PROXY (element), value, &target, &pspec)) { in gst_parse_element_set()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt618 gst_child_proxy_lookup() can no longer be called on GObjects that
/third_party/gstreamer/gstreamer/
DChangeLog46809 parse: fix up for gst_child_proxy_lookup() only working on child proxy interfaces
46816 childproxy: make gst_child_proxy_lookup() a proper GstChildProxy method
122774 (gst_child_proxy_lookup), (gst_child_proxy_get_property),
126696 (gst_child_proxy_get_children_count), (gst_child_proxy_lookup),