mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	buffer: add that the mapoffset is page aligned
This commit is contained in:
		
							parent
							
								
									9592b0af2a
								
							
						
					
					
						commit
						0115042adb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -76,7 +76,7 @@ struct spa_data {
 | 
				
			||||||
					  *  specified with this flag. */
 | 
										  *  specified with this flag. */
 | 
				
			||||||
	uint32_t flags;			/**< data flags */
 | 
						uint32_t flags;			/**< data flags */
 | 
				
			||||||
	int64_t fd;			/**< optional fd for data */
 | 
						int64_t fd;			/**< optional fd for data */
 | 
				
			||||||
	uint32_t mapoffset;		/**< offset to map fd at */
 | 
						uint32_t mapoffset;		/**< offset to map fd at, this is page aligned */
 | 
				
			||||||
	uint32_t maxsize;		/**< max size of data */
 | 
						uint32_t maxsize;		/**< max size of data */
 | 
				
			||||||
	void *data;			/**< optional data pointer */
 | 
						void *data;			/**< optional data pointer */
 | 
				
			||||||
	struct spa_chunk *chunk;	/**< valid chunk of memory */
 | 
						struct spa_chunk *chunk;	/**< valid chunk of memory */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue