diff options
author | Michael Smith <msmith@xiph.org> | 2005-11-11 18:17:22 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2005-11-11 18:17:22 +0000 |
commit | 6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f (patch) | |
tree | 15e0f7411aec6317e5b6429795c692d88f20b59c /ChangeLog | |
parent | 9c8c1bac44723a161299ae9a7d6c7164da8701d1 (diff) | |
download | gst-plugins-bad-6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f.tar.gz gst-plugins-bad-6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f.tar.bz2 gst-plugins-bad-6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f.zip |
ext/faad/gstfaad.c: Call functions with the correct API. Unfortunately, unless your distribution patches upstream, th...
Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
Call functions with the correct API. Unfortunately, unless your
distribution patches upstream, the public header file for FAAD
doesn't actually declare the API accurately. So, some nastiness
ensues...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-11-11 Michael Smith <msmith@fluendo.com> + + * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain): + Call functions with the correct API. Unfortunately, unless your + distribution patches upstream, the public header file for FAAD + doesn't actually declare the API accurately. So, some nastiness + ensues... + 2005-11-10 Daniel Amelang <daniel dot amelang at gmail dot com> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> |