Searched refs:src_vid_src (Results 1 – 2 of 2) sorted by relevance
166 if (self->src_vid_src) in gst_wrapper_camera_bin_src_get_property()167 g_value_set_object (value, self->src_vid_src); in gst_wrapper_camera_bin_src_get_property()198 if (self->src_vid_src) { in gst_wrapper_camera_bin_reset_video_src_caps()463 if (self->src_vid_src && self->src_vid_src == self->app_vid_src) { in check_and_replace_src()468 if (self->src_vid_src) { in check_and_replace_src()471 g_signal_handler_disconnect (self->src_vid_src, in check_and_replace_src()477 pad = gst_element_get_static_pad (self->src_vid_src, "src"); in check_and_replace_src()482 gst_bin_remove (GST_BIN_CAST (self), self->src_vid_src); in check_and_replace_src()483 self->src_vid_src = NULL; in check_and_replace_src()489 if (!(self->src_vid_src = gst_camerabin_setup_default_element (cbin, in check_and_replace_src()[all …]
78 GstElement *src_vid_src; member