summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-10-28 15:22:06 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-10-28 15:22:06 +0000
commit5e3b2d2bf60dfa3d4401386169c9193a0826b3bb (patch)
tree785b7020f844137f39b28247e91d1b02d5fbdd02 /ChangeLog
parent56560329df95a5429d1ded7e3d9ece1e19f16013 (diff)
downloadgst-plugins-bad-5e3b2d2bf60dfa3d4401386169c9193a0826b3bb.tar.gz
gst-plugins-bad-5e3b2d2bf60dfa3d4401386169c9193a0826b3bb.tar.bz2
gst-plugins-bad-5e3b2d2bf60dfa3d4401386169c9193a0826b3bb.zip
ext/faac/gstfaac.c: Fix bitrate ranges and change enum nick for low complexity profile from LOW to LC for consistency...
Original commit message from CVS: * ext/faac/gstfaac.c: (gst_faac_profile_get_type), (gst_faac_class_init), (gst_faac_init): Fix bitrate ranges and change enum nick for low complexity profile from LOW to LC for consistency (#490060).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0775b47..369599d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-28 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
+ (gst_faac_class_init), (gst_faac_init):
+ Fix bitrate ranges and change enum nick for low complexity
+ profile from LOW to LC for consistency (#490060).
+
2007-10-27 Tim-Philipp Müller <tim at centricular dot net>
* gst/interleave/interleave.c: (gst_interleave_request_new_pad):