sys/directdraw/gstdirectdrawsink.*: Handle display mode changes during playback.
Original commit message from CVS: * sys/directdraw/gstdirectdrawsink.c: * sys/directdraw/gstdirectdrawsink.h: Handle display mode changes during playback.
This commit is contained in:
		
							parent
							
								
									46c884b4b5
								
							
						
					
					
						commit
						a7368fc0c6
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -120,6 +120,15 @@ struct _GstDirectDrawSink | ||||
| 
 | ||||
|   /* TRUE when directdraw objects are setup */ | ||||
|   gboolean setup; | ||||
| 
 | ||||
|   /* TRUE if the hardware support blitting from one colorspace to another */ | ||||
|   gboolean can_blit_between_colorspace; | ||||
| 
 | ||||
|   /* this flag is used to force re-creation of our offscreen surface 
 | ||||
|    * it's need when hardware doesn't support fourcc blit and the bit deph | ||||
|    * of the current display mode changes. | ||||
|    */ | ||||
|   gboolean must_recreate_offscreen; | ||||
| }; | ||||
| 
 | ||||
| struct _GstDirectDrawSinkClass | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user