Searched refs:GstAmfNode (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | amf.h | 54 typedef struct _GstAmfNode GstAmfNode; typedef 56 GstAmfNode * gst_amf_node_new_null (void); 57 GstAmfNode * gst_amf_node_new_number (gdouble value); 58 GstAmfNode * gst_amf_node_new_boolean (gboolean value); 59 GstAmfNode * gst_amf_node_new_string (const gchar * value, gssize size); 60 GstAmfNode * gst_amf_node_new_take_string (gchar * value, gssize size); 61 GstAmfNode * gst_amf_node_new_object (void); 63 GstAmfNode * gst_amf_node_copy (const GstAmfNode * node); 66 GstAmfType gst_amf_node_get_type (const GstAmfNode * node); 67 gdouble gst_amf_node_get_number (const GstAmfNode * node); [all …]
|
D | amf.c | 100 GstAmfNode *value; 125 get_field (const GstAmfNode * node, guint index) in get_field() 131 append_field (GstAmfNode * node, gchar * name, GstAmfNode * value) in append_field() 140 static inline const GstAmfNode * 141 get_element (const GstAmfNode * node, guint index) in get_element() 147 append_element (GstAmfNode * node, GstAmfNode * value) in append_element() 152 static GstAmfNode * 155 GstAmfNode *node; in node_new() 187 GstAmfNode * 193 GstAmfNode * [all …]
|
D | rtmpclient.c | 584 GstAmfNode *node; in send_connect() 698 const GstAmfNode *node, *optional_args; in send_connect_done() 995 GstAmfNode *node1; in send_secure_token_response() 996 GstAmfNode *node2; in send_secure_token_response() 1131 GstAmfNode *command_object, *stream_name; in send_create_stream() 1164 GstAmfNode *result; in create_stream_done() 1218 GstAmfNode *command_object, *stream_name, *argument; in send_publish_or_play() 1279 const GstAmfNode *info_object, *code_object; in on_publish_or_play_status() 1386 GstAmfNode *command_object, *stream_name; in send_stop()
|
D | rtmpconnection.h | 77 guint32 stream_id, const gchar * command_name, const GstAmfNode * argument,
|
D | rtmpmessage.c | 503 GstAmfNode *node; in gst_rtmp_message_is_metadata()
|
D | rtmpconnection.c | 217 GstAmfNode *node = gst_amf_node_new_string ("@setDataFrame", -1); in init_set_data_frame_value() 1139 guint32 stream_id, const gchar * command_name, const GstAmfNode * argument, in gst_rtmp_connection_send_command()
|