Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.h72 const GstAmfNode * gst_amf_node_get_field (const GstAmfNode * node,
Drtmpclient.c722 node = gst_amf_node_get_field (optional_args, "code"); in send_connect_done()
734 node = gst_amf_node_get_field (optional_args, "secureToken"); in send_connect_done()
746 node = gst_amf_node_get_field (optional_args, "description"); in send_connect_done()
1281 code_object = gst_amf_node_get_field (info_object, "code"); in on_publish_or_play_status()
Damf.c348 gst_amf_node_get_field (const GstAmfNode * node, const gchar * name) in gst_amf_node_get_field() function