Lines Matching refs:vidsrc
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()
1611 if (pad == self->vidsrc && self->main_format == UVC_H264_SRC_FORMAT_H264) { in gst_uvc_h264_src_parse_event()
1745 if (gst_uvc_h264_src_parse_event (self, self->vidsrc, event)) in gst_uvc_h264_src_send_event()
1758 if (pad == self->vidsrc) { in gst_uvc_h264_src_event()
1766 if (pad == self->vidsrc) in gst_uvc_h264_src_event()
2494 gst_ghost_pad_set_target (GST_GHOST_PAD (self->vidsrc), NULL); in gst_uvc_h264_src_construct_pipeline()
2499 if (gst_pad_is_linked (self->vidsrc)) in gst_uvc_h264_src_construct_pipeline()
2500 vid_caps = gst_pad_peer_query_caps (self->vidsrc, NULL); in gst_uvc_h264_src_construct_pipeline()
2825 if (!gst_ghost_pad_set_target (GST_GHOST_PAD (self->vidsrc), vid_pad) || in gst_uvc_h264_src_construct_pipeline()
2942 else if (pad == self->vidsrc) in gst_uvc_h264_src_getcaps()