Searched refs:probe_caps (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasepayload.c | 1139 GstCaps *probe_caps = gst_caps_copy (templ); in gst_rtp_base_payload_negotiate() local 1142 gst_caps_set_simple (probe_caps, "payload", G_TYPE_INT, in gst_rtp_base_payload_negotiate() 1144 intersection = gst_caps_intersect (probe_caps, temp); in gst_rtp_base_payload_negotiate() 1157 gst_caps_unref (probe_caps); in gst_rtp_base_payload_negotiate() 1210 GstCaps *probe_caps = gst_caps_copy (templ); in gst_rtp_base_payload_negotiate() local 1213 gst_caps_set_simple (probe_caps, "timestamp-offset", G_TYPE_UINT, in gst_rtp_base_payload_negotiate() 1215 intersection = gst_caps_intersect (probe_caps, temp); in gst_rtp_base_payload_negotiate() 1228 gst_caps_unref (probe_caps); in gst_rtp_base_payload_negotiate() 1256 GstCaps *probe_caps = gst_caps_copy (templ); in gst_rtp_base_payload_negotiate() local 1259 gst_caps_set_simple (probe_caps, "seqnum-offset", G_TYPE_UINT, in gst_rtp_base_payload_negotiate() [all …]
|