summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-05-18 00:25:09 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-05-18 00:25:09 +0000
commit8b9bce1d98c90356438b61c58b58c63fb5e32eb4 (patch)
tree24f1c3dc3eba2ac167486f884dd70f21ab4a9178
parent5897cacde20f21055192628c5adcdac30617a41a (diff)
downloadgst-plugins-bad-8b9bce1d98c90356438b61c58b58c63fb5e32eb4.tar.gz
gst-plugins-bad-8b9bce1d98c90356438b61c58b58c63fb5e32eb4.tar.bz2
gst-plugins-bad-8b9bce1d98c90356438b61c58b58c63fb5e32eb4.zip
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 405b9e1a..d8706573 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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