summaryrefslogtreecommitdiffstats
path: root/ext/cairo/gstcairo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cairo/gstcairo.c')
-rw-r--r--ext/cairo/gstcairo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/cairo/gstcairo.c b/ext/cairo/gstcairo.c
index aac9725d..85573b73 100644
--- a/ext/cairo/gstcairo.c
+++ b/ext/cairo/gstcairo.c
@@ -33,9 +33,9 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
gst_element_register (plugin, "cairotextoverlay", GST_RANK_NONE,
- GST_TYPE_TEXT_OVERLAY);
+ GST_TYPE_CAIRO_TEXT_OVERLAY);
gst_element_register (plugin, "cairotimeoverlay", GST_RANK_NONE,
- GST_TYPE_TIMEOVERLAY);
+ GST_TYPE_CAIRO_TIME_OVERLAY);
GST_DEBUG_CATEGORY_INIT (cairo_debug, "cairo", 0, "Cairo elements");