Home
last modified time | relevance | path

Searched refs:GstAutoDetect (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c45 static void gst_auto_detect_clear_kid (GstAutoDetect * self);
52 G_DEFINE_ABSTRACT_TYPE (GstAutoDetect, gst_auto_detect, GST_TYPE_BIN);
95 GstAutoDetect *self = GST_AUTO_DETECT (object); in gst_auto_detect_dispose()
107 gst_auto_detect_clear_kid (GstAutoDetect * self) in gst_auto_detect_clear_kid()
117 gst_auto_detect_create_fake_element_default (GstAutoDetect * self) in gst_auto_detect_create_fake_element_default()
131 gst_auto_detect_create_fake_element (GstAutoDetect * self) in gst_auto_detect_create_fake_element()
145 gst_auto_detect_attach_ghost_pad (GstAutoDetect * self) in gst_auto_detect_attach_ghost_pad()
157 gst_auto_detect_reset (GstAutoDetect * self) in gst_auto_detect_reset()
172 gst_auto_detect_init (GstAutoDetect * self) in gst_auto_detect_init()
180 GstAutoDetect *self = GST_AUTO_DETECT (object); in gst_auto_detect_constructed()
[all …]
Dgstautodetect.h30 (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_AUTO_DETECT, GstAutoDetect))
58 } GstAutoDetect; typedef
65 void (*configure)(GstAutoDetect *self, GstElement *kid);
66 GstElement * (*create_fake_element) (GstAutoDetect * autodetect);
Dgstautovideosink.c59 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
98 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init()
107 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure()
119 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property()
Dgstautoaudiosink.c59 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
98 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init()
107 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure()
119 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property()
Dgstautovideosrc.c57 gst_auto_video_src_create_fake_element (GstAutoDetect * autodetect) in gst_auto_video_src_create_fake_element()
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (src); in gst_auto_video_src_init()
Dgstautoaudiosrc.c57 gst_auto_audio_src_create_fake_element (GstAutoDetect * autodetect) in gst_auto_audio_src_create_fake_element()
95 GstAutoDetect *autodetect = GST_AUTO_DETECT (src); in gst_auto_audio_src_init()
Dgstautoaudiosrc.h43 GstAutoDetect parent;
Dgstautovideosrc.h43 GstAutoDetect parent;
Dgstautovideosink.h42 GstAutoDetect parent;
Dgstautoaudiosink.h42 GstAutoDetect parent;