Lines Matching refs:tcaps
616 GstCaps *tcaps, *othercaps;; in gst_rtp_mux_setcaps() local
617 tcaps = gst_pad_get_pad_template_caps (pad); in gst_rtp_mux_setcaps()
618 othercaps = gst_caps_intersect_full (peercaps, tcaps, in gst_rtp_mux_setcaps()
639 gst_caps_unref (tcaps); in gst_rtp_mux_setcaps()
753 GstCaps *tcaps; in gst_rtp_mux_getcaps() local
759 tcaps = gst_pad_get_pad_template_caps (pad); in gst_rtp_mux_getcaps()
760 othercaps = gst_caps_intersect_full (peercaps, tcaps, in gst_rtp_mux_getcaps()
764 tcaps = gst_pad_get_pad_template_caps (mux->srcpad); 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()
771 gst_caps_unref (tcaps); in gst_rtp_mux_getcaps()