Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c188 gchar *initial_buffer; member
452 guint16 port, const gchar * initial_buffer, GstRTSPConnection ** conn) in gst_rtsp_connection_create_from_socket() argument
492 newconn->initial_buffer = g_strdup (initial_buffer); in gst_rtsp_connection_create_from_socket()
1408 if (G_UNLIKELY (conn->initial_buffer != NULL)) { in fill_raw_bytes()
1409 gsize left = strlen (&conn->initial_buffer[conn->initial_buffer_offset]); in fill_raw_bytes()
1412 memcpy (buffer, &conn->initial_buffer[conn->initial_buffer_offset], out); in fill_raw_bytes()
1415 g_free (conn->initial_buffer); in fill_raw_bytes()
1416 conn->initial_buffer = NULL; in fill_raw_bytes()
2891 g_free (conn->initial_buffer); in gst_rtsp_connection_close()
2892 conn->initial_buffer = NULL; in gst_rtsp_connection_close()
[all …]
Dgstrtspconnection.h72 const gchar * initial_buffer,
/third_party/gstreamer/gstplugins_base/
DChangeLog82813 rtsp: Update the initial_buffer when merging RTSP Connections