mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
ges: Fix 'implicit conversion from enumeration type 'GESTextHAlign' to different enumeration type 'GESTextVAlign'' and similar compiler warnings
This commit is contained in:
parent
70fda7d45d
commit
2fc0a0c619
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ struct _GESTimelineTitleSourcePrivate
|
|||
gboolean mute;
|
||||
gchar *text;
|
||||
gchar *font_desc;
|
||||
GESTextVAlign halign;
|
||||
GESTextHAlign valign;
|
||||
GESTextHAlign halign;
|
||||
GESTextVAlign valign;
|
||||
GSList *track_titles;
|
||||
guint32 color;
|
||||
gdouble xpos;
|
||||
|
|
Loading…
Reference in a new issue