Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c1934 GstRTSPSerializedMessage *serialized_messages; in gst_rtsp_connection_send_messages_usec() local
1944 serialized_messages = g_newa (GstRTSPSerializedMessage, n_messages); in gst_rtsp_connection_send_messages_usec()
1945 memset (serialized_messages, 0, in gst_rtsp_connection_send_messages_usec()
1951 &serialized_messages[i]))) in gst_rtsp_connection_send_messages_usec()
1960 in_length = serialized_messages[i].data_size; in gst_rtsp_connection_send_messages_usec()
1961 if (serialized_messages[i].body_data) in gst_rtsp_connection_send_messages_usec()
1962 in_length += serialized_messages[i].body_data_size; in gst_rtsp_connection_send_messages_usec()
1963 else if (serialized_messages[i].body_buffer) in gst_rtsp_connection_send_messages_usec()
1964 in_length += gst_buffer_get_size (serialized_messages[i].body_buffer); in gst_rtsp_connection_send_messages_usec()
1970 g_base64_encode_step (serialized_messages[i].data_is_data_header ? in gst_rtsp_connection_send_messages_usec()
[all …]