gst/law/alaw-decode.c: put audio/x-alaw on pads, instead of audio/x-mulaw
authorStéphane Loeuillet <gstreamer@leroutier.net>
Sun, 9 May 2004 22:56:56 +0000 (22:56 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Sun, 9 May 2004 22:56:56 +0000 (22:56 +0000)
Original commit message from CVS:
* gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
* gst/law/alaw-encode.c : (idem)

ChangeLog

index 4c341d1..51e0e91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
 
        * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
+       * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
+       * gst/law/alaw-encode.c : (idem)
 
 2004-05-09  Benjamin Otte  <otte@gnome.org>