Home
last modified time | relevance | path

Searched refs:gst_mikey_message_get_payload (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dmikey.c168 p = (GstMIKEYPayloadKEMAC *) gst_mikey_message_get_payload (msg, 1); in GST_START_TEST()
173 fail_unless ((cp = gst_mikey_message_get_payload (msg, 0)) != NULL); in GST_START_TEST()
175 fail_unless ((cp = gst_mikey_message_get_payload (msg, 1)) != NULL); in GST_START_TEST()
185 fail_unless ((cp = gst_mikey_message_get_payload (msg, 0)) != NULL); in GST_START_TEST()
187 fail_unless ((cp = gst_mikey_message_get_payload (msg, 1)) != NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstmikey.h684 const GstMIKEYPayload * gst_mikey_message_get_payload (const GstMIKEYMessage *msg, guint …
Dgstmikey.c853 const GstMIKEYPayload *pay = gst_mikey_message_get_payload (msg, i); in mikey_message_copy()
1134 gst_mikey_message_get_payload (const GstMIKEYMessage * msg, guint idx) in gst_mikey_message_get_payload() function