Lines Matching refs:outcaps
156 GstCaps *outcaps; in gst_rtp_gst_depay_setcaps() local
164 outcaps = gst_caps_from_string (capsstr); in gst_rtp_gst_depay_setcaps()
177 gst_caps_replace (&rtpgstdepay->current_caps, outcaps); in gst_rtp_gst_depay_setcaps()
179 res = gst_pad_set_caps (depayload->srcpad, outcaps); in gst_rtp_gst_depay_setcaps()
180 gst_caps_unref (outcaps); in gst_rtp_gst_depay_setcaps()
440 GstCaps *outcaps; in gst_rtp_gst_depay_process() local
452 outcaps = read_caps (rtpgstdepay, outbuf, &size); in gst_rtp_gst_depay_process()
453 if (outcaps == NULL) in gst_rtp_gst_depay_process()
457 "inline caps %u, length %u, %" GST_PTR_FORMAT, CV, size, outcaps); in gst_rtp_gst_depay_process()
460 || !gst_caps_is_strictly_equal (rtpgstdepay->current_caps, outcaps)) in gst_rtp_gst_depay_process()
461 gst_pad_set_caps (depayload->srcpad, outcaps); in gst_rtp_gst_depay_process()
462 gst_caps_replace (&rtpgstdepay->current_caps, outcaps); in gst_rtp_gst_depay_process()
463 gst_caps_unref (outcaps); in gst_rtp_gst_depay_process()