gst/avi/gstavidemux.c: Fix potential division by zero error and hopefully get the...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 24 May 2004 15:24:04 +0000 (15:24 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 24 May 2004 15:24:04 +0000 (15:24 +0000)
Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
Fix potential division by zero error and hopefully get
the position query right to get correct timestamps on avi
audio.

ChangeLog

index 42de2e16f7e4a5087141822229018d2d44df1735..adec768b346f57c8b823f0c85116ae47e4ffd345 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-24  Wim Taymans  <wim@fluendo.com>
+
+       * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
+       Fix potential division by zero error and hopefully get
+       the position query right to get correct timestamps on avi
+       audio.
+
 2004-05-24  Wim Taymans  <wim@fluendo.com>
 
        * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),