diff options
Diffstat (limited to 'ext/cairo/gsttextoverlay.h')
-rw-r--r-- | ext/cairo/gsttextoverlay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/cairo/gsttextoverlay.h b/ext/cairo/gsttextoverlay.h index 8af3155..dbb2154 100644 --- a/ext/cairo/gsttextoverlay.h +++ b/ext/cairo/gsttextoverlay.h @@ -48,6 +48,7 @@ struct _GstCairoTextOverlay { GstCollectPads *collect; GstCollectData *video_collect_data; GstCollectData *text_collect_data; + GstPadEventFunction collect_event; gint width; gint height; @@ -75,6 +76,7 @@ struct _GstCairoTextOverlay { gint slant; gint weight; gdouble scale; + gboolean silent; }; struct _GstCairoTextOverlayClass { |