summaryrefslogtreecommitdiffstats
path: root/gst/law
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-09 22:46:06 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-09 22:46:06 +0000
commite7e049988429c121fcf7847a63666b80c3482376 (patch)
tree4c4c936139a7ccff56a19068653b9ada84589be9 /gst/law
parent39682f37d6d50fdbec08c2235a41b98cb12a2ca8 (diff)
gst/law/alaw.c: alawdec should be registered with type ALAWDEC, not ALAWENC
Original commit message from CVS: * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
Diffstat (limited to 'gst/law')
-rw-r--r--gst/law/alaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/law/alaw.c b/gst/law/alaw.c
index d85dd9aa..252e3c81 100644
--- a/gst/law/alaw.c
+++ b/gst/law/alaw.c
@@ -48,7 +48,7 @@ plugin_init (GstPlugin * plugin)
if (!gst_element_register (plugin, "alawenc",
GST_RANK_NONE, GST_TYPE_ALAWENC) ||
!gst_element_register (plugin, "alawdec",
- GST_RANK_PRIMARY, GST_TYPE_ALAWENC))
+ GST_RANK_PRIMARY, GST_TYPE_ALAWDEC))
return FALSE;
return TRUE;