summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law/mulaw.c')
-rw-r--r--gst/law/mulaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c
index 2aae63cd..632aa03f 100644
--- a/gst/law/mulaw.c
+++ b/gst/law/mulaw.c
@@ -50,7 +50,7 @@ plugin_init (GstPlugin *plugin)
if (!gst_element_register (plugin, "mulawenc",
GST_RANK_NONE, GST_TYPE_MULAWENC) ||
!gst_element_register (plugin, "mulawdec",
- GST_RANK_PRIMARY, GST_TYPE_MULAWENC))
+ GST_RANK_PRIMARY, GST_TYPE_MULAWDEC))
return FALSE;
return TRUE;