diff options
Diffstat (limited to 'gst/games/gstvideoimage.h')
-rw-r--r-- | gst/games/gstvideoimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/games/gstvideoimage.h b/gst/games/gstvideoimage.h index 7392d0d1..2fa91d85 100644 --- a/gst/games/gstvideoimage.h +++ b/gst/games/gstvideoimage.h @@ -67,7 +67,7 @@ struct _GstVideoFormat char * fourcc; char * name; int bitspp; - void (* paint_setup) (GstVideoImage * p, char *dest); + void (* paint_setup) (GstVideoImage * p, guint8 *dest); void (* paint_hline) (GstVideoImage * p, int x, int y, int w, const GstVideoColor *c); void (* copy_hline) (GstVideoImage * dest, int destx, int desty, GstVideoImage * src, int srcx, int srcy, int w); |