Lines Matching refs:stream0
157 GIOStream *stream0; member
482 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()
1078 conn->stream0 = G_IO_STREAM (connection); in gst_rtsp_connection_connect_with_response_usec()
1085 conn->input_stream = g_io_stream_get_input_stream (conn->stream0); in gst_rtsp_connection_connect_with_response_usec()
1086 conn->output_stream = g_io_stream_get_output_stream (conn->stream0); in gst_rtsp_connection_connect_with_response_usec()
2868 if (conn->stream0) { in gst_rtsp_connection_close()
2869 g_object_unref (conn->stream0); in gst_rtsp_connection_close()
2870 conn->stream0 = NULL; in gst_rtsp_connection_close()
3619 conn->stream1 = conn2->stream0; in gst_rtsp_connection_do_tunnel()
3621 conn->control_stream = g_io_stream_get_input_stream (conn->stream0); in gst_rtsp_connection_do_tunnel()
3627 conn->stream1 = conn->stream0; in gst_rtsp_connection_do_tunnel()
3629 conn->stream0 = conn2->stream0; in gst_rtsp_connection_do_tunnel()
3631 conn->control_stream = g_io_stream_get_input_stream (conn->stream0); in gst_rtsp_connection_do_tunnel()
3638 conn2->stream0 = NULL; in gst_rtsp_connection_do_tunnel()