Searched refs:stream0 (Results 1 – 2 of 2) sorted by relevance
157 GIOStream *stream0; member482 newconn->stream0 = stream; in gst_rtsp_connection_create_from_socket()600 if (G_IS_TLS_CONNECTION (conn->stream0)) { in gst_rtsp_connection_get_tls()602 result = G_TLS_CONNECTION (conn->stream0); in gst_rtsp_connection_get_tls()606 g_tls_server_connection_new (conn->stream0, NULL, error); in gst_rtsp_connection_get_tls()608 g_object_unref (conn->stream0); in gst_rtsp_connection_get_tls()609 conn->stream0 = G_IO_STREAM (result); in gst_rtsp_connection_get_tls()610 conn->input_stream = g_io_stream_get_input_stream (conn->stream0); in gst_rtsp_connection_get_tls()611 conn->output_stream = g_io_stream_get_output_stream (conn->stream0); in gst_rtsp_connection_get_tls()1039 g_return_val_if_fail (conn->stream0 == NULL, GST_RTSP_EINVAL); in gst_rtsp_connection_connect_with_response_usec()[all …]
1173 …void verifyQueryResults(GLboolean any, GLboolean stream0, GLboolean stream1, GLboolean stream2 = G… in verifyQueryResults() argument1185 result &= verifyQueryResult(m_stream_overflow_query[0], stream0); in verifyQueryResults()