diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-18 00:25:09 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-18 00:25:09 +0000 |
commit | 92795523141481881d1ecc49749a9cf9fdd41a1b (patch) | |
tree | 275a6dee2fb0b2fcb3fe0786755a6671dea294ca | |
parent | ce0bf2d89945deefb069eadc83fbf1dfea0fd950 (diff) |
ext/mad/gstmad.c: Fix for when the first format in a discont event is not a byte-based one. Should fix #137710.
Original commit message from CVS:
* ext/mad/gstmad.c: (gst_mad_handle_event):
Fix for when the first format in a discont event is not a
byte-based one. Should fix #137710.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * ext/mad/gstmad.c: (gst_mad_handle_event): + Fix for when the first format in a discont event is not a + byte-based one. Should fix #137710. + 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> * m4/a52.m4 : fix compilation with -Wall -Werror |