Lines Matching refs:intersect
196 GstCaps *intersect = gst_caps_intersect (peercaps, tcaps); in gst_rtp_h263p_pay_setcaps() local
200 if (!gst_caps_is_empty (intersect)) { in gst_rtp_h263p_pay_setcaps()
201 GstStructure *s = gst_caps_get_structure (intersect, 0); in gst_rtp_h263p_pay_setcaps()
204 gst_caps_unref (intersect); in gst_rtp_h263p_pay_setcaps()
249 GstCaps *intersect = NULL; in gst_rtp_h263p_pay_sink_getcaps() local
281 intersect = gst_caps_intersect (peercaps, templ); in gst_rtp_h263p_pay_sink_getcaps()
285 if (gst_caps_is_empty (intersect)) in gst_rtp_h263p_pay_sink_getcaps()
286 return intersect; in gst_rtp_h263p_pay_sink_getcaps()
289 for (i = 0; i < gst_caps_get_size (intersect); i++) { in gst_rtp_h263p_pay_sink_getcaps()
290 GstStructure *s = gst_caps_get_structure (intersect, i); in gst_rtp_h263p_pay_sink_getcaps()
611 gst_caps_unref (intersect); in gst_rtp_h263p_pay_sink_getcaps()