Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c544 GstPad *tee_pad; in gst_wrapper_camera_bin_src_construct_pipeline() local
604 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()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c1093 gst_play_sink_vis_blocked (GstPad * tee_pad, GstPadProbeInfo * info, in gst_play_sink_vis_blocked() argument