summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Benes <michal.benes@itonis.tv>2006-08-10 17:09:10 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-10 17:09:10 +0000
commitb791f8e9411e62ac12ca7d86e560e416b7f5bb67 (patch)
treef2967da4555941509d352ef541bd8426895b12e4 /ChangeLog
parentd690153ea34e72333f7624839688e6ff5458f24b (diff)
downloadgst-plugins-bad-b791f8e9411e62ac12ca7d86e560e416b7f5bb67.tar.gz
gst-plugins-bad-b791f8e9411e62ac12ca7d86e560e416b7f5bb67.tar.bz2
gst-plugins-bad-b791f8e9411e62ac12ca7d86e560e416b7f5bb67.zip
ext/faac/gstfaac.c: Bitrate in the faac structure is per output channel, not total bitrate (#350741).
Original commit message from CVS: Patch by: Michal Benes <michal.benes at itonis tv> * ext/faac/gstfaac.c: (gst_faac_configure_source_pad): Bitrate in the faac structure is per output channel, not total bitrate (#350741).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e809b6e7..f7898530 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Michal Benes <michal.benes at itonis tv>
+
+ * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
+ Bitrate in the faac structure is per output channel,
+ not total bitrate (#350741).
+
2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
* ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):