summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-09 22:56:56 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-09 22:56:56 +0000
commitae45cd705a00c25f64802f08242acfd4ffc131e0 (patch)
treeb7b7d3f75b4c263e449b8db9d3d0265935145db0 /ChangeLog
parente7e049988429c121fcf7847a63666b80c3482376 (diff)
gst/law/alaw-decode.c: put audio/x-alaw on pads, instead of audio/x-mulaw
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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c341d11..51e0e914 100644
--- 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>