diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-10-12 13:54:34 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-10-12 13:54:34 +0000 |
commit | e9cfa88c707365e54aa75486fc8d102adf320da5 (patch) | |
tree | ea5a67dc51c01915e1513f87a59d5d46367dccc0 /ChangeLog | |
parent | 085fdc272de5c7052438e7759cd9cb7bbb2064ec (diff) | |
download | gst-plugins-bad-e9cfa88c707365e54aa75486fc8d102adf320da5.tar.gz gst-plugins-bad-e9cfa88c707365e54aa75486fc8d102adf320da5.tar.bz2 gst-plugins-bad-e9cfa88c707365e54aa75486fc8d102adf320da5.zip |
ext/faac/gstfaac.c: Fix depth/width handling for float audio (#318659).
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
Fix depth/width handling for float audio (#318659).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -2,9 +2,16 @@ Reviewed by: Tim-Philipp Müller <tim at centricular dot net> + * ext/faac/gstfaac.c: (gst_faac_sink_setcaps): + Fix depth/width handling for float audio (#318659). + +2005-10-12 Josef Zlomek <josef dot zlomek at xeris dot cz> + + Reviewed by: Tim-Philipp Müller <tim at centricular dot net> + * ext/faac/gstfaac.c: (gst_faac_sink_setcaps), (gst_faac_src_setcaps), (gst_faac_chain): - Refcount fixes (#318659) + Refcount fixes (#318660) 2005-10-12 Julien MOUTTE <julien@moutte.net> |