diff options
Diffstat (limited to 'ext/pango/gsttextoverlay.h')
-rw-r--r-- | ext/pango/gsttextoverlay.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pango/gsttextoverlay.h b/ext/pango/gsttextoverlay.h index df5b5b55..669f88d4 100644 --- a/ext/pango/gsttextoverlay.h +++ b/ext/pango/gsttextoverlay.h @@ -54,8 +54,8 @@ struct _GstTextOverlay { GstTextOverlayHAlign halign; gint x0; gint y0; - GstBuffer *current_buffer; - GstBuffer *next_buffer; + GstData *current_data; + GstData *next_data; gchar *default_text; gboolean need_render; }; |