Searched refs:tee_pad (Results 1 – 2 of 2) sorted by relevance
544 GstPad *tee_pad; in gst_wrapper_camera_bin_src_construct_pipeline() local604 tee_pad = gst_element_request_pad_simple (video_recording_tee, "src_%u"); in gst_wrapper_camera_bin_src_construct_pipeline()605 gst_ghost_pad_set_target (GST_GHOST_PAD (self->vidsrc), tee_pad); in gst_wrapper_camera_bin_src_construct_pipeline()606 gst_object_unref (tee_pad); in gst_wrapper_camera_bin_src_construct_pipeline()
1093 gst_play_sink_vis_blocked (GstPad * tee_pad, GstPadProbeInfo * info, in gst_play_sink_vis_blocked() argument