Searched refs:video_tee_sink (Results 1 – 2 of 2) sorted by relevance
88 if (self->video_tee_sink) { in gst_wrapper_camera_bin_src_dispose()89 gst_object_unref (self->video_tee_sink); in gst_wrapper_camera_bin_src_dispose()90 self->video_tee_sink = NULL; in gst_wrapper_camera_bin_src_dispose()369 gst_pad_unlink (self->src_pad, self->video_tee_sink); in gst_wrapper_camera_bin_src_vidsrc_probe()602 self->video_tee_sink = in gst_wrapper_camera_bin_src_construct_pipeline()618 gst_pad_add_probe (self->video_tee_sink, GST_PAD_PROBE_TYPE_BUFFER, in gst_wrapper_camera_bin_src_construct_pipeline()819 gst_pad_link (self->src_pad, self->video_tee_sink); in start_video_capture()
88 GstPad *video_tee_sink; member