Reworked overlay, much better but still not perfect.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 5 Mar 2000 21:48:05 +0000 (21:48 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 5 Mar 2000 21:48:05 +0000 (21:48 +0000)
Original commit message from CVS:
Reworked overlay, much better but still not perfect.

gst/meta/videoraw.h

index ef4cedd..8901db4 100644 (file)
@@ -50,6 +50,8 @@ struct _MetaDGA {
        void *base;
        // the dimensions of the screen
        int swidth, sheight;
+       // the number of bytes in a line
+       int bytes_per_line;
 };
 
 struct _MetaOverlay {
@@ -63,6 +65,7 @@ struct _MetaOverlay {
        struct _OverlayClip overlay_clip[32];
        
        gboolean did_overlay;
+       gboolean fully_obscured;
 };
 
 struct _MetaVideoRaw {