Searched refs:gst_child_proxy_get_property (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/equalizer/ |
D | gstiirequalizer10bands.c | 199 gst_child_proxy_get_property (equ, "band0::gain", value); in gst_iir_equalizer_10bands_get_property() 202 gst_child_proxy_get_property (equ, "band1::gain", value); in gst_iir_equalizer_10bands_get_property() 205 gst_child_proxy_get_property (equ, "band2::gain", value); in gst_iir_equalizer_10bands_get_property() 208 gst_child_proxy_get_property (equ, "band3::gain", value); in gst_iir_equalizer_10bands_get_property() 211 gst_child_proxy_get_property (equ, "band4::gain", value); in gst_iir_equalizer_10bands_get_property() 214 gst_child_proxy_get_property (equ, "band5::gain", value); in gst_iir_equalizer_10bands_get_property() 217 gst_child_proxy_get_property (equ, "band6::gain", value); in gst_iir_equalizer_10bands_get_property() 220 gst_child_proxy_get_property (equ, "band7::gain", value); in gst_iir_equalizer_10bands_get_property() 223 gst_child_proxy_get_property (equ, "band8::gain", value); in gst_iir_equalizer_10bands_get_property() 226 gst_child_proxy_get_property (equ, "band9::gain", value); in gst_iir_equalizer_10bands_get_property()
|
D | gstiirequalizer3bands.c | 133 gst_child_proxy_get_property (equ, "band0::gain", value); in gst_iir_equalizer_3bands_get_property() 136 gst_child_proxy_get_property (equ, "band1::gain", value); in gst_iir_equalizer_3bands_get_property() 139 gst_child_proxy_get_property (equ, "band2::gain", value); in gst_iir_equalizer_3bands_get_property()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstchildproxy.h | 131 void gst_child_proxy_get_property (GstChildProxy * object, const gchar *name,
|
D | gstchildproxy.c | 259 gst_child_proxy_get_property (GstChildProxy * object, const gchar * name, in gst_child_proxy_get_property() function
|
D | gstpreset.c | 867 gst_child_proxy_get_property ((GstChildProxy *) preset, props[i], in gst_preset_default_save_preset()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 1792 gst_child_proxy_get_property: accept G_VALUE_INIT 1793 gst_child_proxy_get_property() can now take a value initialized to 102830 * gst/gstchildproxy.c: (gst_child_proxy_get_property), 122774 (gst_child_proxy_lookup), (gst_child_proxy_get_property), 126697 (gst_child_proxy_get_property), (gst_child_proxy_get_valist),
|