diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-14 13:37:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-14 13:37:24 +0000 |
commit | b50ae0e4dc6e851b1710614b1d215170ade3dfbe (patch) | |
tree | 6b199a98c012d4c6c1ef7faa6e7230717cbba338 /ChangeLog | |
parent | 78b49dffbbac6f609331193139f7e1fa2fadc228 (diff) | |
download | gst-plugins-bad-b50ae0e4dc6e851b1710614b1d215170ade3dfbe.tar.gz gst-plugins-bad-b50ae0e4dc6e851b1710614b1d215170ade3dfbe.tar.bz2 gst-plugins-bad-b50ae0e4dc6e851b1710614b1d215170ade3dfbe.zip |
ext/faac/gstfaac.*: Change timestamp generation to lineair since that works at least somewhat (although, arguably, it...
Original commit message from CVS:
* ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_srcconnect),
(gst_faac_chain), (gst_faac_change_state):
* ext/faac/gstfaac.h:
Change timestamp generation to lineair since that works at least
somewhat (although, arguably, it is incorrect). Disable all but
16-bit integer input since all the other are untested and lead
to unpredicteable results inside libfaac.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-03-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_srcconnect), + (gst_faac_chain), (gst_faac_change_state): + * ext/faac/gstfaac.h: + Change timestamp generation to lineair since that works at least + somewhat (although, arguably, it is incorrect). Disable all but + 16-bit integer input since all the other are untested and lead + to unpredicteable results inside libfaac. + 2005-03-14 Tim-Philipp Müller <tim at centricular dot net> * ext/nas/nassink.c: (gst_nassink_init), (gst_nassink_sync_parms), |