From 43b18b3f4351ab3899b36c832db43e68ebf73180 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 4 Sep 2007 07:58:36 +0000 Subject: gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculations. Appropriate use of uint64_scale_int... Original commit message from CVS: * gst/wavparse/gstwavparse.c: * gst/wavparse/gstwavparse.h: Implement seek-query. Refactor duration calculations. Appropriate use of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff out of loops. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f1ae7c5..f8175a50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-09-04 Stefan Kost + + * gst/wavparse/gstwavparse.c: + * gst/wavparse/gstwavparse.h: + Implement seek-query. Refactor duration calculations. Appropriate use + of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff + out of loops. + 2007-09-03 Stefan Kost * gst/avi/gstavidemux.c: -- cgit