From 805b8ba808950ba9b775e3e3b95caf413ddaf1d2 Mon Sep 17 00:00:00 2001 From: Yves Lefebvre Date: Sat, 16 Sep 2006 14:30:59 +0000 Subject: gst/avi/gstavimux.c: Correctly set the dwLength in strh. Original commit message from CVS: Patch by: Yves Lefebvre * gst/avi/gstavimux.c: (gst_avi_mux_stop_file): Correctly set the dwLength in strh. With this patch, the file duration is now displayed correctly in window media player and the AVI plays completely. Fixes #356147 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e79f65ab..531c5097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-09-16 Wim Taymans + + Patch by: Yves Lefebvre + + * gst/avi/gstavimux.c: (gst_avi_mux_stop_file): + Correctly set the dwLength in strh. + With this patch, the file duration is now displayed correctly in window + media player and the AVI plays completely. Fixes #356147 + 2006-09-15 Wim Taymans Patch by: Darren Kenny -- cgit