Home
last modified time | relevance | path

Searched refs:vfsrc (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c291 gst_wrapper_camera_bin_src_set_output (self, self->imgsrc, self->vfsrc); in gst_wrapper_camera_bin_src_imgsrc_probe()
370 gst_wrapper_camera_bin_src_set_output (self, self->vfsrc, self->vfsrc); in gst_wrapper_camera_bin_src_vidsrc_probe()
610 gst_ghost_pad_set_target (GST_GHOST_PAD (self->vfsrc), self->src_pad); in gst_wrapper_camera_bin_src_construct_pipeline()
612 gst_pad_set_active (self->vfsrc, TRUE); in gst_wrapper_camera_bin_src_construct_pipeline()
761 gst_wrapper_camera_bin_src_set_output (self, self->vfsrc, self->imgsrc); in start_image_capture()
818 gst_wrapper_camera_bin_src_set_output (self, self->vfsrc, NULL); in start_video_capture()
820 gst_ghost_pad_set_target (GST_GHOST_PAD (self->vfsrc), in start_video_capture()
1146 self->vfsrc = in gst_wrapper_camera_bin_src_init()
1149 gst_element_add_pad (GST_ELEMENT (self), self->vfsrc); in gst_wrapper_camera_bin_src_init()
Dgstwrappercamerabinsrc.h67 GstPad *vfsrc; member
Dcamerabin2-src.txt13 Camerabin2 sources must have 3 static pads named 'vfsrc', 'imgsrc' and
20 'vfsrc' is the pad where the viewfinder buffers should be pushed, it will
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.h82 GstPad *vfsrc; member
Dgstuvch264_src.c474 self->vfsrc = in gst_uvc_h264_src_init()
477 gst_pad_set_query_function (self->vfsrc, in gst_uvc_h264_src_init()
479 gst_element_add_pad (GST_ELEMENT (self), self->vfsrc); in gst_uvc_h264_src_init()
494 gst_pad_add_probe (self->vfsrc, GST_PAD_PROBE_TYPE_EVENT_UPSTREAM, in gst_uvc_h264_src_init()
500 self->srcpad_event_func = GST_PAD_EVENTFUNC (self->vfsrc); in gst_uvc_h264_src_init()
504 gst_pad_set_event_function (self->vfsrc, gst_uvc_h264_src_event); in gst_uvc_h264_src_init()
510 g_signal_connect (self->vfsrc, "linked", in gst_uvc_h264_src_init()
512 g_signal_connect (self->vfsrc, "unlinked", in gst_uvc_h264_src_init()
2495 gst_ghost_pad_set_target (GST_GHOST_PAD (self->vfsrc), NULL); in gst_uvc_h264_src_construct_pipeline()
2497 if (gst_pad_is_linked (self->vfsrc)) in gst_uvc_h264_src_construct_pipeline()
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog116840 camerabin: report an error if we fail to link vfsrc and viewfinder queue
138762 uvch264: Add image/jpg to vfsrc and vidsrc caps
163799 camrabin2 connects a viewfinderbin on "vfsrc". viewfinderbin is made of: