Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizer10bands.c199 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()
Dgstiirequalizer3bands.c133 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/
Dgstchildproxy.h131 void gst_child_proxy_get_property (GstChildProxy * object, const gchar *name,
Dgstchildproxy.c259 gst_child_proxy_get_property (GstChildProxy * object, const gchar * name, in gst_child_proxy_get_property() function
Dgstpreset.c867 gst_child_proxy_get_property ((GstChildProxy *) preset, props[i], in gst_preset_default_save_preset()
/third_party/gstreamer/gstreamer/
DChangeLog1792 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),