diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-06 10:34:40 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-06 10:34:40 +0000 |
commit | 88b1b1dd2e3d48570f734d382ff9af5af55494cb (patch) | |
tree | 2e47d09f3e379abc204d0695befb348fe9600752 | |
parent | 12669065ce735f6100bb3c9ab74499af985ddd6d (diff) |
ext/faad/gstfaad.c: Only increment timestamp if it's valid. Fixes raw AAC streams.
Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_chain):
Only increment timestamp if it's valid. Fixes raw AAC streams.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/faad/gstfaad.c: (gst_faad_chain): + Only increment timestamp if it's valid. Fixes raw AAC streams. + 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de> * configure.ac: |