Searched refs:gst_child_proxy_lookup (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstchildproxy.c | 194 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()
|
D | gstchildproxy.h | 128 gboolean gst_child_proxy_lookup (GstChildProxy *object, const gchar *name,
|
D | gstpreset.c | 682 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/ |
D | grammar.y | 323 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()
|
D | grammar.y.in | 323 if (gst_child_proxy_lookup (child_proxy, set->name, &target, &pspec)) { 402 if (!gst_child_proxy_lookup (GST_CHILD_PROXY (element), value, &target, &pspec)) {
|
D | grammar.tab.c | 397 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/ |
D | porting-to-1.0.txt | 618 gst_child_proxy_lookup() can no longer be called on GObjects that
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 46809 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),
|