Lines Matching refs:video_sinkpad
170 self->video_sinkpad = in gst_shape_wipe_init()
172 gst_pad_set_chain_function (self->video_sinkpad, in gst_shape_wipe_init()
174 gst_pad_set_event_function (self->video_sinkpad, in gst_shape_wipe_init()
176 gst_pad_set_query_function (self->video_sinkpad, in gst_shape_wipe_init()
178 gst_element_add_pad (GST_ELEMENT (self), self->video_sinkpad); in gst_shape_wipe_init()
459 tcaps = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_mask_sink_getcaps()
460 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_mask_sink_getcaps()
544 ret = gst_pad_get_current_caps (self->video_sinkpad); in gst_shape_wipe_src_getcaps()
548 templ = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_src_getcaps()
549 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_src_getcaps()
680 ret = gst_pad_peer_query (self->video_sinkpad, query); in gst_shape_wipe_src_query()
1126 ret = gst_pad_push_event (self->video_sinkpad, event); in gst_shape_wipe_src_event()