Searched refs:mikey (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 4049 gst_sdp_parse_keymgmt (const gchar * keymgmt, GstMIKEYMessage ** mikey) in gst_sdp_parse_keymgmt() argument 4075 *mikey = gst_mikey_message_new_from_data (data, size, NULL, NULL); in gst_sdp_parse_keymgmt() 4078 return (*mikey != NULL); in gst_sdp_parse_keymgmt() 4082 sdp_add_attributes_to_keymgmt (GArray * attributes, GstMIKEYMessage ** mikey) in sdp_add_attributes_to_keymgmt() argument 4092 res = gst_sdp_parse_keymgmt (attr->value, mikey); in sdp_add_attributes_to_keymgmt() 4115 GstMIKEYMessage ** mikey) in gst_sdp_message_parse_keymgmt() argument 4119 return sdp_add_attributes_to_keymgmt (msg->attributes, mikey); in gst_sdp_message_parse_keymgmt() 4136 GstMIKEYMessage ** mikey) in gst_sdp_media_parse_keymgmt() argument 4140 return sdp_add_attributes_to_keymgmt (media->attributes, mikey); in gst_sdp_media_parse_keymgmt() 4313 GstMIKEYMessage *mikey = NULL; in gst_sdp_message_attributes_to_caps() local [all …]
|
D | gstsdpmessage.h | 747 … gst_sdp_message_parse_keymgmt (const GstSDPMessage *msg, GstMIKEYMessage **mikey); 750 … gst_sdp_media_parse_keymgmt (const GstSDPMedia *media, GstMIKEYMessage **mikey);
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.h | 153 GstMIKEYMessage *mikey; member
|
D | gstrtspsrc.c | 2205 gst_sdp_media_parse_keymgmt (media, &stream->mikey); in gst_rtspsrc_collect_payloads() 2206 if (stream->mikey == NULL) in gst_rtspsrc_collect_payloads() 2207 gst_sdp_message_parse_keymgmt (sdp, &stream->mikey); in gst_rtspsrc_collect_payloads() 2326 stream->mikey = NULL; in gst_rtspsrc_create_stream() 2475 if (stream->mikey) in gst_rtspsrc_stream_free() 2476 gst_mikey_message_unref (stream->mikey); in gst_rtspsrc_stream_free() 3740 GstMIKEYMessage *msg = stream->mikey; in request_key() 3748 msg = stream->mikey; in request_key()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | mikey.c | 222 GST_CHECK_MAIN (mikey);
|
/third_party/gstreamer/gstplugins_base/tests/check/ |
D | meson.build | 15 [ 'libs/mikey.c' ],
|
/third_party/python/Lib/test/ |
D | mime.types | 115 application/mikey
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 13951 sdp: mikey: Add missing Since marker 13975 mikey: Add support for GCM (RFC 7714) 16050 The presence of `key-mgmt` attribute will set the mikey appropriately. 46732 mikey: Generate the correct SRTP policy 50097 sdp: parse sdp attributes in case that sdp message doesn't contain mikey message 50397 mikey: add new function gst_mikey_message_to_caps 50416 mikey: allow passing srtp or srtcp to create mikey message 58692 mikey: fix a bunch of doc warnings 67405 mikey: add more Since markers for new methods 67411 * tests/check/libs/mikey.c: [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 32939 rtspsrc: add srtp rollover counters from mikey crypto sessions 46468 rtspsrc: fix leak for mikey base64 decoded key-mgmt 46691 rtspsrc: mikey related memory leaks 48785 rtspsrc: fix for mikey api change
|