Lines Matching refs:otherpad
394 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_parser_sink_event() local
402 accepted_caps = gst_pad_get_allowed_caps (otherpad); in gst_fake_h264_parser_sink_event()
410 gst_pad_set_caps (otherpad, accepted_caps); in gst_fake_h264_parser_sink_event()
420 ret = gst_pad_push_event (otherpad, event); in gst_fake_h264_parser_sink_event()
421 gst_object_unref (otherpad); in gst_fake_h264_parser_sink_event()
431 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_parser_sink_chain() local
436 ret = gst_pad_push (otherpad, buf); in gst_fake_h264_parser_sink_chain()
438 gst_object_unref (otherpad); in gst_fake_h264_parser_sink_chain()
495 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_decoder_sink_event() local
502 gst_pad_set_caps (otherpad, caps); in gst_fake_h264_decoder_sink_event()
512 ret = gst_pad_push_event (otherpad, event); in gst_fake_h264_decoder_sink_event()
513 gst_object_unref (otherpad); in gst_fake_h264_decoder_sink_event()
523 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_decoder_sink_chain() local
528 ret = gst_pad_push (otherpad, buf); in gst_fake_h264_decoder_sink_chain()
530 gst_object_unref (otherpad); in gst_fake_h264_decoder_sink_chain()