Home
last modified time | relevance | path

Searched refs:pt_map (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtprtx.c137 GstStructure *pt_map; in GST_START_TEST() local
143 pt_map = gst_structure_new ("application/x-rtp-pt-map", in GST_START_TEST()
145 g_object_set (hrecv->element, "payload-type-map", pt_map, NULL); in GST_START_TEST()
146 g_object_set (hsend->element, "payload-type-map", pt_map, NULL); in GST_START_TEST()
207 gst_structure_free (pt_map); in GST_START_TEST()
222 GstStructure *pt_map; in GST_START_TEST() local
227 pt_map = gst_structure_new ("application/x-rtp-pt-map", in GST_START_TEST()
229 g_object_set (hrecv->element, "payload-type-map", pt_map, NULL); in GST_START_TEST()
230 g_object_set (hsend->element, "payload-type-map", pt_map, NULL); in GST_START_TEST()
308 gst_structure_free (pt_map); in GST_START_TEST()
[all …]
Drtpcollision.c347 GstStructure *pt_map; in GST_START_TEST() local
362 pt_map = gst_structure_new ("application/x-rtp-pt-map", in GST_START_TEST()
364 g_object_set (rtprtxsend, "payload-type-map", pt_map, NULL); in GST_START_TEST()
365 gst_structure_free (pt_map); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dserver-rtpaux.c171 GstStructure *pt_map; in request_aux_sender() local
176 pt_map = gst_structure_new ("application/x-rtp-pt-map", in request_aux_sender()
178 g_object_set (rtx, "payload-type-map", pt_map, NULL); in request_aux_sender()
179 gst_structure_free (pt_map); in request_aux_sender()
Dclient-rtpaux.c256 GstStructure *pt_map; in request_aux_receiver() local
261 pt_map = gst_structure_new ("application/x-rtp-pt-map", in request_aux_receiver()
263 g_object_set (rtx, "payload-type-map", pt_map, NULL); in request_aux_receiver()
264 gst_structure_free (pt_map); in request_aux_receiver()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c4745 GstStructure *pt_map = gst_structure_new_empty ("application/x-rtp-pt-map"); in _set_rtx_ptmap_from_stream() local
4754 gst_structure_set (pt_map, apt, G_TYPE_UINT, rtx_pt[i], NULL); in _set_rtx_ptmap_from_stream()
4759 stream->rtxsend, pt_map); in _set_rtx_ptmap_from_stream()
4762 g_object_set (stream->rtxreceive, "payload-type-map", pt_map, NULL); in _set_rtx_ptmap_from_stream()
4764 g_object_set (stream->rtxsend, "payload-type-map", pt_map, NULL); in _set_rtx_ptmap_from_stream()
4766 gst_structure_free (pt_map); in _set_rtx_ptmap_from_stream()