From e7e049988429c121fcf7847a63666b80c3482376 Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Sun, 9 May 2004 22:46:06 +0000 Subject: 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 --- gst/law/alaw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/law') 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; -- cgit