Lines Matching refs:video_sinkpad
173 self->video_sinkpad = in gst_shape_wipe_init()
175 gst_pad_set_chain_function (self->video_sinkpad, in gst_shape_wipe_init()
177 gst_pad_set_event_function (self->video_sinkpad, in gst_shape_wipe_init()
179 gst_pad_set_query_function (self->video_sinkpad, in gst_shape_wipe_init()
181 gst_element_add_pad (GST_ELEMENT (self), self->video_sinkpad); in gst_shape_wipe_init()
462 tcaps = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_mask_sink_getcaps()
463 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_mask_sink_getcaps()
547 ret = gst_pad_get_current_caps (self->video_sinkpad); in gst_shape_wipe_src_getcaps()
551 templ = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_src_getcaps()
552 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_src_getcaps()
683 ret = gst_pad_peer_query (self->video_sinkpad, query); in gst_shape_wipe_src_query()
1129 ret = gst_pad_push_event (self->video_sinkpad, event); in gst_shape_wipe_src_event()