mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Merge branch 'gst-10bit-rgb' into 'master'
Draft: pipewiresrc: Add mapping for BGRA 1010102 See merge request pipewire/pipewire!2489
This commit is contained in:
		
						commit
						f4cfe6640a
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
					@ -130,6 +130,15 @@ static const uint32_t video_format_map[] = {
 | 
				
			||||||
  SPA_VIDEO_FORMAT_I422_12LE,
 | 
					  SPA_VIDEO_FORMAT_I422_12LE,
 | 
				
			||||||
  SPA_VIDEO_FORMAT_Y444_12BE,
 | 
					  SPA_VIDEO_FORMAT_Y444_12BE,
 | 
				
			||||||
  SPA_VIDEO_FORMAT_Y444_12LE,
 | 
					  SPA_VIDEO_FORMAT_Y444_12LE,
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_UNKNOWN, /* GST_VIDEO_FORMAT_GRAY10_LE32 */
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_UNKNOWN, /* GST_VIDEO_FORMAT_NV12_10LE32 */
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_UNKNOWN, /* GST_VIDEO_FORMAT_NV16_10LE32 */
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_UNKNOWN, /* GST_VIDEO_FORMAT_NV12_10LE40 */
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_UNKNOWN, /* GST_VIDEO_FORMAT_Y210 */
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_UNKNOWN, /* GST_VIDEO_FORMAT_Y410 */
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_UNKNOWN, /* GST_VIDEO_FORMAT_VUYA */
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_BGRx_102LE,
 | 
				
			||||||
 | 
					  SPA_VIDEO_FORMAT_RGBx_102LE,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const uint32_t color_range_map[] = {
 | 
					static const uint32_t color_range_map[] = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue