Home
last modified time | relevance | path

Searched refs:GST_CHILD_PROXY (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dequalizer.c102 fail_unless_equals_int (gst_child_proxy_get_children_count (GST_CHILD_PROXY in GST_START_TEST()
152 fail_unless_equals_int (gst_child_proxy_get_children_count (GST_CHILD_PROXY in GST_START_TEST()
157 gst_child_proxy_get_child_by_index (GST_CHILD_PROXY (equalizer), i); in GST_START_TEST()
220 fail_unless_equals_int (gst_child_proxy_get_children_count (GST_CHILD_PROXY in GST_START_TEST()
225 gst_child_proxy_get_child_by_index (GST_CHILD_PROXY (equalizer), i); in GST_START_TEST()
284 fail_unless_equals_int (gst_child_proxy_get_children_count (GST_CHILD_PROXY in GST_START_TEST()
290 band = gst_child_proxy_get_child_by_index (GST_CHILD_PROXY (equalizer), i); in GST_START_TEST()
296 fail_unless_equals_int (gst_child_proxy_get_children_count (GST_CHILD_PROXY in GST_START_TEST()
302 band = gst_child_proxy_get_child_by_index (GST_CHILD_PROXY (equalizer), i); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstchildproxy.c35 gst_child_proxy_get (GST_CHILD_PROXY (pipeline), "name", &name, NULL); in GST_START_TEST()
57 gst_child_proxy_get (GST_CHILD_PROXY (pipeline), "src::name", &name, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizer3bands.c107 GstChildProxy *equ = GST_CHILD_PROXY (object); in gst_iir_equalizer_3bands_set_property()
129 GstChildProxy *equ = GST_CHILD_PROXY (object); in gst_iir_equalizer_3bands_get_property()
Dgstiirequalizer10bands.c152 GstChildProxy *equ = GST_CHILD_PROXY (object); in gst_iir_equalizer_10bands_set_property()
195 GstChildProxy *equ = GST_CHILD_PROXY (object); in gst_iir_equalizer_10bands_get_property()
Dgstiirequalizer.c662 gst_child_proxy_child_added (GST_CHILD_PROXY (equ), in gst_iir_equalizer_compute_frequencies()
669 gst_child_proxy_child_removed (GST_CHILD_PROXY (equ), in gst_iir_equalizer_compute_frequencies()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dequalizer-test.c77 child = gst_child_proxy_get_child_by_index (GST_CHILD_PROXY (eq), band); in equalizer_set_band_value()
90 child = gst_child_proxy_get_child_by_index (GST_CHILD_PROXY (eq), i); in equalizer_set_all_band_values()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dswitchbin.c55 gst_child_proxy_set (GST_CHILD_PROXY (switchbin), in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.h32 #define GST_CHILD_PROXY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_CHILD_PROXY… macro
Dgstchildproxy.c217 next = gst_child_proxy_get_child_by_name (GST_CHILD_PROXY (obj), in gst_child_proxy_lookup()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmosaic.c164 gst_child_proxy_child_added (GST_CHILD_PROXY (element), G_OBJECT (newpad), in gst_gl_mosaic_request_new_pad()
183 gst_child_proxy_child_removed (GST_CHILD_PROXY (gl_mosaic), G_OBJECT (pad), in gst_gl_mosaic_release_pad()
Dgstglstereomix.c436 gst_child_proxy_child_added (GST_CHILD_PROXY (element), G_OBJECT (newpad), in gst_gl_stereo_mix_request_new_pad()
453 gst_child_proxy_child_removed (GST_CHILD_PROXY (element), G_OBJECT (pad), in gst_gl_stereo_mix_release_pad()
Dgstglmixerbin.c516 gst_child_proxy_child_added (GST_CHILD_PROXY (self), in gst_gl_mixer_bin_request_new_pad()
Dgstglvideomixer.c861 gst_child_proxy_child_added (GST_CHILD_PROXY (element), G_OBJECT (newpad), in gst_gl_video_mixer_request_new_pad()
878 gst_child_proxy_child_removed (GST_CHILD_PROXY (element), G_OBJECT (pad), in gst_gl_video_mixer_release_pad()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c259 gst_child_proxy_child_added (GST_CHILD_PROXY (element), G_OBJECT (newpad), in gst_audiomixer_request_new_pad()
280 gst_child_proxy_child_removed (GST_CHILD_PROXY (audiomixer), G_OBJECT (pad), in gst_audiomixer_release_pad()
Dgstaudiointerleave.c750 gst_child_proxy_child_added (GST_CHILD_PROXY (element), G_OBJECT (newpad), in gst_audio_interleave_request_new_pad()
804 gst_child_proxy_child_removed (GST_CHILD_PROXY (self), G_OBJECT (pad), in gst_audio_interleave_release_pad()
/third_party/gstreamer/gstplugins_good/tests/examples/equalizer/
Ddemo.c265 band = gst_child_proxy_get_child_by_index (GST_CHILD_PROXY (equalizer), i); in main()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c572 gst_child_proxy_child_added (GST_CHILD_PROXY (switch_bin), in gst_switch_bin_set_num_paths()
602 gst_child_proxy_child_removed (GST_CHILD_PROXY (switch_bin), in gst_switch_bin_set_num_paths()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmain.cpp310 gst_child_proxy_get (GST_CHILD_PROXY (videosink), "sink::output-multiview-mode", &state.out_mode, in main()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c1020 gst_child_proxy_child_added (GST_CHILD_PROXY (adder), G_OBJECT (newpad), in gst_adder_request_new_pad()
1049 gst_child_proxy_child_removed (GST_CHILD_PROXY (adder), G_OBJECT (pad), in gst_adder_release_pad()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1488 gst_child_proxy_child_added (GST_CHILD_PROXY (element), G_OBJECT (newpad), in gst_compositor_request_new_pad()
1509 gst_child_proxy_child_removed (GST_CHILD_PROXY (compositor), G_OBJECT (pad), in gst_compositor_release_pad()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositorbin.cpp919 gst_child_proxy_child_added (GST_CHILD_PROXY (self), in gst_d3d11_compositor_bin_request_new_pad()
Dgstd3d11compositor.cpp1651 gst_child_proxy_child_added (GST_CHILD_PROXY (element), G_OBJECT (pad), in gst_d3d11_compositor_request_new_pad()
1688 gst_child_proxy_child_removed (GST_CHILD_PROXY (self), G_OBJECT (pad), in gst_d3d11_compositor_release_pad()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dencodebin.c329 gst_child_proxy_get (GST_CHILD_PROXY (ebin), "testingoggmux::max-delay", in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c2035 gst_child_proxy_child_added (GST_CHILD_PROXY (mix), G_OBJECT (mixpad), in gst_videomixer2_request_new_pad()
2063 gst_child_proxy_child_removed (GST_CHILD_PROXY (mix), G_OBJECT (mixpad), in gst_videomixer2_release_pad()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y402 if (!gst_child_proxy_lookup (GST_CHILD_PROXY (element), value, &target, &pspec)) { in gst_parse_element_set()

12