Home
last modified time | relevance | path

Searched refs:srcfilter_pad (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c104 if (self->srcfilter_pad) { in gst_wrapper_camera_bin_src_dispose()
105 gst_object_unref (self->srcfilter_pad); in gst_wrapper_camera_bin_src_dispose()
106 self->srcfilter_pad = NULL; in gst_wrapper_camera_bin_src_dispose()
207 src_neg_caps = gst_pad_get_current_caps (self->srcfilter_pad); in gst_wrapper_camera_bin_reset_video_src_caps()
581 self->srcfilter_pad = gst_element_get_static_pad (self->src_filter, "src"); in gst_wrapper_camera_bin_src_construct_pipeline()
582 g_signal_connect (self->srcfilter_pad, "notify::caps", in gst_wrapper_camera_bin_src_construct_pipeline()
Dgstwrappercamerabinsrc.h66 GstPad *srcfilter_pad; member