diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-07-01 17:38:08 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-07-01 17:38:08 +0000 |
commit | 40c1e4fb0b812d69484c6c73ad0f40066bdd0874 (patch) | |
tree | 52d0669511fcb1147a6c2519d6178c3fe04cd762 | |
parent | 3200411d8d04a74357937020356ab2c9d88e6eab (diff) | |
download | gst-plugins-bad-40c1e4fb0b812d69484c6c73ad0f40066bdd0874.tar.gz gst-plugins-bad-40c1e4fb0b812d69484c6c73ad0f40066bdd0874.tar.bz2 gst-plugins-bad-40c1e4fb0b812d69484c6c73ad0f40066bdd0874.zip |
ext/mad/gstmad.c: Make timestamp calculation more precise (rounding; #308772).
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/mad/gstmad.c: (gst_mad_chain):
Make timestamp calculation more precise (rounding; #308772).
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-07-01 Wouter Paesen <wouter@kangaroot.net> + + Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/mad/gstmad.c: (gst_mad_chain): + Make timestamp calculation more precise (rounding; #308772). + 2005-07-01 Akos Maroy <darkeye@tyrell.hu> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> |