mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	spa: remove wrong comment
This commit is contained in:
		
							parent
							
								
									4d7d9484e6
								
							
						
					
					
						commit
						3695488241
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -92,7 +92,7 @@ enum spa_media_subtype {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** properties for audio SPA_TYPE_OBJECT_Format */
 | 
					/** properties for audio SPA_TYPE_OBJECT_Format */
 | 
				
			||||||
enum spa_format {
 | 
					enum spa_format {
 | 
				
			||||||
	SPA_FORMAT_START,		/**< id of the object, one of enum spa_param_type */
 | 
						SPA_FORMAT_START,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	SPA_FORMAT_mediaType,		/**< media type (Id enum spa_media_type) */
 | 
						SPA_FORMAT_mediaType,		/**< media type (Id enum spa_media_type) */
 | 
				
			||||||
	SPA_FORMAT_mediaSubtype,	/**< media subtype (Id enum spa_media_subtype) */
 | 
						SPA_FORMAT_mediaSubtype,	/**< media subtype (Id enum spa_media_subtype) */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -33,7 +33,7 @@ extern "C" {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** properties of SPA_TYPE_OBJECT_PropInfo */
 | 
					/** properties of SPA_TYPE_OBJECT_PropInfo */
 | 
				
			||||||
enum spa_prop_info {
 | 
					enum spa_prop_info {
 | 
				
			||||||
	SPA_PROP_INFO_START,		/**< id of object, one of enum spa_param_type */
 | 
						SPA_PROP_INFO_START,
 | 
				
			||||||
	SPA_PROP_INFO_id,		/**< associated id of the property */
 | 
						SPA_PROP_INFO_id,		/**< associated id of the property */
 | 
				
			||||||
	SPA_PROP_INFO_name,		/**< name of the property */
 | 
						SPA_PROP_INFO_name,		/**< name of the property */
 | 
				
			||||||
	SPA_PROP_INFO_type,		/**< type and range/enums of property */
 | 
						SPA_PROP_INFO_type,		/**< type and range/enums of property */
 | 
				
			||||||
| 
						 | 
					@ -46,7 +46,7 @@ enum spa_prop_info {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** predefined properties for SPA_TYPE_OBJECT_Props */
 | 
					/** predefined properties for SPA_TYPE_OBJECT_Props */
 | 
				
			||||||
enum spa_prop {
 | 
					enum spa_prop {
 | 
				
			||||||
	SPA_PROP_START,			/**< id of object, one of enum spa_param_type */
 | 
						SPA_PROP_START,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	SPA_PROP_unknown,		/**< an unknown property */
 | 
						SPA_PROP_unknown,		/**< an unknown property */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue