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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c
index 3702aaa6..7b7d222d 100644
--- a/gst/law/mulaw.c
+++ b/gst/law/mulaw.c
@@ -46,9 +46,9 @@ plugin_init (GstPlugin * plugin)
gst_pad_template_new ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, mulaw_caps);
if (!gst_element_register (plugin, "mulawenc",
- GST_RANK_NONE, GST_TYPE_MULAWENC) ||
+ GST_RANK_NONE, GST_TYPE_MULAWENC) ||
!gst_element_register (plugin, "mulawdec",
- GST_RANK_PRIMARY, GST_TYPE_MULAWDEC))
+ GST_RANK_PRIMARY, GST_TYPE_MULAWDEC))
return FALSE;
return TRUE;