From 2911e37634b15ec7a71672e8b17a469708bbc540 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 18 May 2004 00:25:09 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 405b9e1a7c..d8706573f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-17 Ronald Bultje + + * 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 * m4/a52.m4 : fix compilation with -Wall -Werror