Searched refs:vidsrc (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstwrappercamerabinsrc.c | 341 gst_pad_push_event (self->vidsrc, gst_event_new_segment (&segment)); in gst_wrapper_camera_bin_src_vidsrc_probe() 358 peer = gst_pad_get_peer (self->vidsrc); in gst_wrapper_camera_bin_src_vidsrc_probe() 434 } else if (pad == self->vidsrc) { in gst_wrapper_camera_bin_src_src_event() 438 if (pad == self->imgsrc || pad == self->vidsrc) { in gst_wrapper_camera_bin_src_src_event() 605 gst_ghost_pad_set_target (GST_GHOST_PAD (self->vidsrc), tee_pad); in gst_wrapper_camera_bin_src_construct_pipeline() 614 gst_pad_set_active (self->vidsrc, TRUE); /* XXX ??? */ in gst_wrapper_camera_bin_src_construct_pipeline() 825 caps = gst_pad_get_allowed_caps (self->vidsrc); in start_video_capture() 1156 self->vidsrc = in gst_wrapper_camera_bin_src_init() 1159 gst_element_add_pad (GST_ELEMENT (self), self->vidsrc); in gst_wrapper_camera_bin_src_init() 1163 gst_pad_set_event_function (self->vidsrc, in gst_wrapper_camera_bin_src_init()
|
D | camerabin2-src.txt | 14 'vidsrc'. 29 'vidsrc' is the pad where video capture buffers are pushed. Once capture is 45 to start pushing buffers on the vidsrc pad, it should only stop
|
D | gstwrappercamerabinsrc.h | 69 GstPad *vidsrc; member
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 486 self->vidsrc = in gst_uvc_h264_src_init() 489 gst_pad_set_query_function (self->vidsrc, in gst_uvc_h264_src_init() 491 gst_element_add_pad (GST_ELEMENT (self), self->vidsrc); in gst_uvc_h264_src_init() 492 gst_pad_add_probe (self->vidsrc, GST_PAD_PROBE_TYPE_BUFFER, in gst_uvc_h264_src_init() 496 gst_pad_add_probe (self->vidsrc, in gst_uvc_h264_src_init() 503 gst_pad_set_event_function (self->vidsrc, gst_uvc_h264_src_event); in gst_uvc_h264_src_init() 506 g_signal_connect (self->vidsrc, "linked", in gst_uvc_h264_src_init() 508 g_signal_connect (self->vidsrc, "unlinked", in gst_uvc_h264_src_init() 1548 if (pad == self->vidsrc) { in gst_uvc_h264_src_event_probe() 1596 gst_pad_push_event (self->vidsrc, downstream); in gst_uvc_h264_src_buffer_probe() [all …]
|
D | gstuvch264_src.h | 84 GstPad *vidsrc; member
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 138762 uvch264: Add image/jpg to vfsrc and vidsrc caps
|