summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-14 13:37:24 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-14 13:37:24 +0000
commitb50ae0e4dc6e851b1710614b1d215170ade3dfbe (patch)
tree6b199a98c012d4c6c1ef7faa6e7230717cbba338 /ChangeLog
parent78b49dffbbac6f609331193139f7e1fa2fadc228 (diff)
downloadgst-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f96e9432..3ab9ee84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),