diff options
author | Benjamin Otte <otte@gnome.org> | 2004-11-05 03:33:26 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-11-05 03:33:26 +0000 |
commit | e9ddcbe8d707afeeb53784eed6310f2c90ce4fd9 (patch) | |
tree | c1ca8fc7e67e5fb5437c629ff0b64aa8ee62a420 | |
parent | 1fed4e104745ef36a54797c01d88557809ff67f1 (diff) | |
download | gst-plugins-bad-e9ddcbe8d707afeeb53784eed6310f2c90ce4fd9.tar.gz gst-plugins-bad-e9ddcbe8d707afeeb53784eed6310f2c90ce4fd9.tar.bz2 gst-plugins-bad-e9ddcbe8d707afeeb53784eed6310f2c90ce4fd9.zip |
ext/mad/gstmad.c: don't overflow data buffer. Flush not needed sync data when syncing failed.
Original commit message from CVS:
* ext/mad/gstmad.c: (gst_mad_chain):
don't overflow data buffer. Flush not needed sync data when syncing
failed.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-11-05 Benjamin Otte <otte@gnome.org> + + * ext/mad/gstmad.c: (gst_mad_chain): + don't overflow data buffer. Flush not needed sync data when syncing + failed. + 2004-11-04 Wim Taymans <wim@fluendo.com> * gst/alpha/gstalpha.c: (gst_alpha_method_get_type), |