diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-05-18 10:03:13 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-05-18 10:03:13 +0000 |
commit | 6512a163da4246606aeef7087cc73e326466ed5c (patch) | |
tree | 58bbeab321c9b817b9d5fe511c0ee506742cea4f /ChangeLog | |
parent | 1a6a9d20ae81eb5e6e16feab252237a649146ed6 (diff) | |
download | gst-plugins-bad-6512a163da4246606aeef7087cc73e326466ed5c.tar.gz gst-plugins-bad-6512a163da4246606aeef7087cc73e326466ed5c.tar.bz2 gst-plugins-bad-6512a163da4246606aeef7087cc73e326466ed5c.zip |
gst/wavparse/gstwavparse.c: Fix for channels == 0 (#304588).
Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
Fix for channels == 0 (#304588).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt): + Fix for channels == 0 (#304588). + 2005-05-17 Luca Ognibene <luogni@tin.it> * gst/ffmpegcolorspace/gstffmpegcodecmap.c (gst_ffmpeg_caps_to_pixfmt) |