summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gdk_pixbuf')
-rw-r--r--ext/gdk_pixbuf/pixbufscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gdk_pixbuf/pixbufscale.c b/ext/gdk_pixbuf/pixbufscale.c
index 246f1968..086f1ac5 100644
--- a/ext/gdk_pixbuf/pixbufscale.c
+++ b/ext/gdk_pixbuf/pixbufscale.c
@@ -452,11 +452,11 @@ gst_pixbufscale_get_property (GObject * object, guint prop_id, GValue * value,
gboolean
pixbufscale_init (GstPlugin * plugin)
{
- if (!gst_element_register (plugin, "pixbufscale", GST_RANK_NONE,
+ if (!gst_element_register (plugin, "gdkpixbufscale", GST_RANK_NONE,
GST_TYPE_PIXBUFSCALE))
return FALSE;
- GST_DEBUG_CATEGORY_INIT (pixbufscale_debug, "pixbufscale", 0,
+ GST_DEBUG_CATEGORY_INIT (pixbufscale_debug, "gdkpixbufscale", 0,
"pixbufscale element");
return TRUE;