Home
last modified time | relevance | path

Searched refs:GstChildProxy (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.h32 …_PROXY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_CHILD_PROXY, GstChildProxy))
41 typedef struct _GstChildProxy GstChildProxy; /* dummy object */ typedef
65 GObject * (*get_child_by_name) (GstChildProxy * parent, const gchar * name);
76 GObject * (*get_child_by_index) (GstChildProxy * parent, guint index);
86 guint (*get_children_count) (GstChildProxy * parent);
99 void (*child_added) (GstChildProxy * parent, GObject * child, const gchar * name);
109 void (*child_removed) (GstChildProxy * parent, GObject * child, const gchar * name);
119 GObject * gst_child_proxy_get_child_by_name (GstChildProxy * parent, const gchar * name);
122 guint gst_child_proxy_get_children_count (GstChildProxy * parent);
125 GObject * gst_child_proxy_get_child_by_index (GstChildProxy * parent, guint index);
[all …]
Dgstchildproxy.c59 gst_child_proxy_default_get_child_by_name (GstChildProxy * parent, in gst_child_proxy_default_get_child_by_name()
116 gst_child_proxy_get_child_by_name (GstChildProxy * parent, const gchar * name) in gst_child_proxy_get_child_by_name()
141 gst_child_proxy_get_child_by_index (GstChildProxy * parent, guint index) in gst_child_proxy_get_child_by_index()
164 gst_child_proxy_get_children_count (GstChildProxy * parent) in gst_child_proxy_get_children_count()
194 gst_child_proxy_lookup (GstChildProxy * object, const gchar * name, in gst_child_proxy_lookup()
259 gst_child_proxy_get_property (GstChildProxy * object, const gchar * name, in gst_child_proxy_get_property()
298 gst_child_proxy_get_valist (GstChildProxy * object, in gst_child_proxy_get_valist()
352 gst_child_proxy_get (GstChildProxy * object, const gchar * first_property_name, in gst_child_proxy_get()
373 gst_child_proxy_set_property (GstChildProxy * object, const gchar * name, in gst_child_proxy_set_property()
407 gst_child_proxy_set_valist (GstChildProxy * object, in gst_child_proxy_set_valist()
[all …]
Dgstpreset.c602 n_children = gst_child_proxy_get_children_count ((GstChildProxy *) preset); in gst_preset_default_get_property_names()
604 child = gst_child_proxy_get_child_by_index ((GstChildProxy *) preset, c); in gst_preset_default_get_property_names()
682 gst_child_proxy_lookup ((GstChildProxy *) preset, props[i], NULL, in gst_preset_default_load_preset()
700 gst_child_proxy_set_property ((GstChildProxy *) preset, props[i], in gst_preset_default_load_preset()
847 gst_child_proxy_lookup ((GstChildProxy *) preset, props[i], NULL, in gst_preset_default_save_preset()
867 gst_child_proxy_get_property ((GstChildProxy *) preset, props[i], in gst_preset_default_save_preset()
Dgstbin.c282 gst_bin_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_bin_child_proxy_get_child_by_index()
299 gst_bin_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_bin_child_proxy_get_children_count()
1367 gst_child_proxy_child_added ((GstChildProxy *) bin, (GObject *) element, in gst_bin_add_func()
1815 gst_child_proxy_child_removed ((GstChildProxy *) bin, (GObject *) element, in gst_bin_remove_func()
/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.c316 gst_iir_equalizer_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_iir_equalizer_child_proxy_get_child_by_index()
336 gst_iir_equalizer_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_iir_equalizer_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dequalizer.c323 gst_child_proxy_set ((GstChildProxy *) eq1, in GST_START_TEST()
340 gst_child_proxy_get ((GstChildProxy *) eq2, in GST_START_TEST()
345 gst_child_proxy_get ((GstChildProxy *) eq2, in GST_START_TEST()
350 gst_child_proxy_get ((GstChildProxy *) eq2, in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmosaic.c456 gst_gl_mosaic_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_gl_mosaic_child_proxy_get_child_by_index()
472 gst_gl_mosaic_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_gl_mosaic_child_proxy_get_children_count()
Dgstglmixerbin.c603 gst_gl_mixer_bin_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_gl_mixer_bin_child_proxy_get_child_by_index()
629 gst_gl_mixer_bin_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_gl_mixer_bin_child_proxy_get_children_count()
Dgstglstereomix.c764 gst_gl_stereo_mix_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_gl_stereo_mix_child_proxy_get_child_by_index()
780 gst_gl_stereo_mix_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_gl_stereo_mix_child_proxy_get_children_count()
Dgstglvideomixer.c1662 gst_gl_video_mixer_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_gl_video_mixer_child_proxy_get_child_by_index()
1678 gst_gl_video_mixer_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_gl_video_mixer_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c102 static GObject *gst_switch_bin_child_proxy_get_child_by_index (GstChildProxy *
104 static guint gst_switch_bin_child_proxy_get_children_count (GstChildProxy *
178 gst_switch_bin_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_switch_bin_child_proxy_get_child_by_index()
198 gst_switch_bin_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_switch_bin_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_bad/ext/iqa/
Diqa.c103 gst_iqa_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_iqa_child_proxy_get_child_by_index()
119 gst_iqa_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_iqa_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dzxing.c124 gst_child_proxy_set ((GstChildProxy *) pipeline, "zxing::attach-frame", TRUE, in GST_START_TEST()
Dzbar.c129 gst_child_proxy_set ((GstChildProxy *) pipeline, "zbar::attach-frame", TRUE, in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c422 gst_audiomixer_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_audiomixer_child_proxy_get_child_by_index()
438 gst_audiomixer_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_audiomixer_child_proxy_get_children_count()
Dgstaudiointerleave.c865 gst_audio_interleave_child_proxy_get_child_by_index (GstChildProxy * in gst_audio_interleave_child_proxy_get_child_by_index()
881 gst_audio_interleave_child_proxy_get_children_count (GstChildProxy * in gst_audio_interleave_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositorbin.cpp962 gst_d3d11_compositor_bin_child_proxy_get_child_by_index (GstChildProxy * proxy, in gst_d3d11_compositor_bin_child_proxy_get_child_by_index()
988 gst_d3d11_compositor_bin_child_proxy_get_children_count (GstChildProxy * proxy) in gst_d3d11_compositor_bin_child_proxy_get_children_count()
Dgstd3d11compositor.cpp1599 gst_d3d11_compositor_child_proxy_get_child_by_index (GstChildProxy * proxy, in gst_d3d11_compositor_child_proxy_get_child_by_index()
1615 gst_d3d11_compositor_child_proxy_get_children_count (GstChildProxy * proxy) in gst_d3d11_compositor_child_proxy_get_children_count()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y269 static void gst_parse_new_child(GstChildProxy *child_proxy, GObject *object,
311 static void gst_parse_new_child(GstChildProxy *child_proxy, GObject *object, in gst_parse_new_child()
Dgrammar.y.in269 static void gst_parse_new_child(GstChildProxy *child_proxy, GObject *object,
311 static void gst_parse_new_child(GstChildProxy *child_proxy, GObject *object,
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c1554 gst_adder_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_adder_child_proxy_get_child_by_index()
1569 gst_adder_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_adder_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1673 gst_compositor_child_proxy_get_child_by_index (GstChildProxy * child_proxy, in gst_compositor_child_proxy_get_child_by_index()
1689 gst_compositor_child_proxy_get_children_count (GstChildProxy * child_proxy) in gst_compositor_child_proxy_get_children_count()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt616 * GstChildProxy
619 do not implement the GstChildProxy interface. Use

12