Lines Matching refs:othercaps
616 GstCaps *tcaps, *othercaps;; in gst_rtp_mux_setcaps() local
618 othercaps = gst_caps_intersect_full (peercaps, tcaps, in gst_rtp_mux_setcaps()
621 if (gst_caps_get_size (othercaps) > 0) { in gst_rtp_mux_setcaps()
622 structure = gst_caps_get_structure (othercaps, 0); in gst_rtp_mux_setcaps()
636 gst_caps_unref (othercaps); in gst_rtp_mux_setcaps()
752 GstCaps *othercaps; in gst_rtp_mux_getcaps() local
760 othercaps = gst_caps_intersect_full (peercaps, tcaps, in gst_rtp_mux_getcaps()
766 othercaps = gst_caps_intersect_full (filter, tcaps, in gst_rtp_mux_getcaps()
769 othercaps = gst_caps_copy (tcaps); in gst_rtp_mux_getcaps()
774 GST_PTR_FORMAT, othercaps); in gst_rtp_mux_getcaps()
776 structure = gst_caps_get_structure (othercaps, 0); in gst_rtp_mux_getcaps()
782 clear_caps (othercaps, TRUE); in gst_rtp_mux_getcaps()
788 gst_value_set_caps (&v, othercaps); in gst_rtp_mux_getcaps()
794 caps = gst_caps_intersect ((GstCaps *) gst_value_get_caps (&v), othercaps); in gst_rtp_mux_getcaps()
797 gst_caps_unref (othercaps); in gst_rtp_mux_getcaps()