summaryrefslogtreecommitdiffstats
path: root/ext/cairo/gstcairo.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-25 21:36:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-25 21:36:18 +0000
commit0a68fafa430aa4503b32abc107c0c4582aa9227d (patch)
tree6a68681fa24f529242be79003abf670503e58c82 /ext/cairo/gstcairo.c
parent695afd0edf89656a157ee65a7de537f9989ebb41 (diff)
do some name borgifying document
Original commit message from CVS: do some name borgifying document
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");