diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-05-24 15:24:04 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-05-24 15:24:04 +0000 |
commit | 1e5bcfb2accdf7e21a83cd23b1b43123a72d540b (patch) | |
tree | 9e37d214cdcde55a3966be637a37083647351b62 | |
parent | a968f16e2ca09cd099b5f97bcb35bd87e7379199 (diff) | |
download | gst-plugins-bad-1e5bcfb2accdf7e21a83cd23b1b43123a72d540b.tar.gz gst-plugins-bad-1e5bcfb2accdf7e21a83cd23b1b43123a72d540b.tar.bz2 gst-plugins-bad-1e5bcfb2accdf7e21a83cd23b1b43123a72d540b.zip |
gst/avi/gstavidemux.c: Fix potential division by zero error and hopefully get the position query right to get correct...
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.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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), (gst_videoscale_scale_nearest_str2), (gst_videoscale_scale_nearest_str4), |