gst/law/alaw.c: alawdec should be registered with type ALAWDEC, not ALAWENC
authorStéphane Loeuillet <gstreamer@leroutier.net>
Sun, 9 May 2004 22:46:06 +0000 (22:46 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Sun, 9 May 2004 22:46:06 +0000 (22:46 +0000)
Original commit message from CVS:
* gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC

ChangeLog
gst/law/alaw.c

index 82b8379..4c341d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
+
+       * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
+
 2004-05-09  Benjamin Otte  <otte@gnome.org>
 
        * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
index d85dd9a..252e3c8 100644 (file)
@@ -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;