mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	docs: fix indentation of properties
This commit is contained in:
		
							parent
							
								
									0468712fea
								
							
						
					
					
						commit
						eb462302b7
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -40,26 +40,26 @@
 | 
			
		|||
 *
 | 
			
		||||
 * ## Properties for the create_object call
 | 
			
		||||
 *
 | 
			
		||||
 * `link.output.node`: The output node to use. This can be the node id, node.name,
 | 
			
		||||
 * - `link.output.node`: The output node to use. This can be the node id, node.name,
 | 
			
		||||
 *                     node.nick, node.description or object.path of a node. When the
 | 
			
		||||
 *                     property is not given or NULL, the output port should be
 | 
			
		||||
 *                     specified.
 | 
			
		||||
 * `link.output.port`: The output port to link. This can be a port id, port.name,
 | 
			
		||||
 * - `link.output.port`: The output port to link. This can be a port id, port.name,
 | 
			
		||||
 *                     port.alias or object.path. If an output node is specified, the
 | 
			
		||||
 *                     port must belong to the node. If no output port is given, an
 | 
			
		||||
 *                     output node must be specified and a random (unlinked) port will
 | 
			
		||||
 *                     be used from the node.
 | 
			
		||||
 * `link.input.node`: The input node to use. This can be the node id, node.name,
 | 
			
		||||
 * - `link.input.node`: The input node to use. This can be the node id, node.name,
 | 
			
		||||
 *                     node.nick, node.description or object.path of a node. When the
 | 
			
		||||
 *                     property is not given or NULL, the input port should be
 | 
			
		||||
 *                     specified.
 | 
			
		||||
 * `link.input.port`: The input port to link. This can be a port id, port.name,
 | 
			
		||||
 * - `link.input.port`: The input port to link. This can be a port id, port.name,
 | 
			
		||||
 *                     port.alias or object.path. If an input node is specified, the
 | 
			
		||||
 *                     port must belong to the node. If no input port is given, an
 | 
			
		||||
 *                     input node must be specified and a random (unlinked) port will
 | 
			
		||||
 *                     be used from the node.
 | 
			
		||||
 * `object.linger`: Keep the link around even when the client that created it is gone.
 | 
			
		||||
 * `link.passive`: The link is passive, meaning that it will not keep nodes busy.
 | 
			
		||||
 * - `object.linger`: Keep the link around even when the client that created it is gone.
 | 
			
		||||
 * - `link.passive`: The link is passive, meaning that it will not keep nodes busy.
 | 
			
		||||
 *                 By default this property is ignored and the node and port properties
 | 
			
		||||
 *                 are used to determine the passive state of the link.
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue