mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
Original commit message from CVS: change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
This commit is contained in:
parent
261afd97e9
commit
03a38e531b
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ resize_bitmap(GstTextOverlay *overlay, int width, int height)
|
|||
}
|
||||
if (!bitmap->buffer) {
|
||||
/* initialize */
|
||||
bitmap->pixel_mode = FT_PIXEL_MODE_GRAY;
|
||||
bitmap->pixel_mode = ft_pixel_mode_grays;
|
||||
bitmap->num_grays = 256;
|
||||
}
|
||||
if (bitmap->buffer)
|
||||
|
|
Loading…
Reference in a new issue