diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-17 23:01:43 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-17 23:01:43 +0000 |
commit | 06ff075246fd55ae8d6ae8e663c54410c9575315 (patch) | |
tree | 990511131451d160843f9503dbb94fd4bea7000f | |
parent | e32b0e0b0a2792f877980f239f27ee65d94d1a75 (diff) |
ext/faad/gstfaad.c: Fix off-by-one bug. Fixes warnings during playback of sincity.mp4 when fixating to six channels i...
Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
when fixating to six channels in Totem.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/faad/gstfaad.c: (gst_faad_srcgetcaps): + Fix off-by-one bug. Fixes warnings during playback of sincity.mp4 + when fixating to six channels in Totem. + 2005-01-17 Tim-Philipp Müller <tim at centricular dot net> * ext/dvdread/dvdreadsrc.c: (get_next_cell_for): |