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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c
index 86bbfea3..387d271f 100644
--- a/gst/law/mulaw.c
+++ b/gst/law/mulaw.c
@@ -66,6 +66,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
mulawdec_factory = gst_element_factory_new("mulawdec",GST_TYPE_MULAWDEC,
&mulawdec_details);
g_return_val_if_fail(mulawdec_factory != NULL, FALSE);
+ gst_element_factory_set_rank (mulawdec_factory, GST_ELEMENT_RANK_PRIMARY);
mulaw_caps = mulaw_factory ();
linear_caps = linear_factory ();