mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	sink-input: Fix comment
This commit is contained in:
		
							parent
							
								
									848dd378bb
								
							
						
					
					
						commit
						352ae22015
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -37,7 +37,7 @@ typedef struct pa_sink_input pa_sink_input;
 | 
				
			||||||
#include <pulsecore/core.h>
 | 
					#include <pulsecore/core.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef enum pa_sink_input_state {
 | 
					typedef enum pa_sink_input_state {
 | 
				
			||||||
    PA_SINK_INPUT_INIT,         /*< The stream is not active yet, because pa_sink_put() has not been called yet */
 | 
					    PA_SINK_INPUT_INIT,         /*< The stream is not active yet, because pa_sink_input_put() has not been called yet */
 | 
				
			||||||
    PA_SINK_INPUT_DRAINED,      /*< The stream stopped playing because there was no data to play */
 | 
					    PA_SINK_INPUT_DRAINED,      /*< The stream stopped playing because there was no data to play */
 | 
				
			||||||
    PA_SINK_INPUT_RUNNING,      /*< The stream is alive and kicking */
 | 
					    PA_SINK_INPUT_RUNNING,      /*< The stream is alive and kicking */
 | 
				
			||||||
    PA_SINK_INPUT_CORKED,       /*< The stream was corked on user request */
 | 
					    PA_SINK_INPUT_CORKED,       /*< The stream was corked on user request */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue