gst-libs/gst/cdda/gstcddabasesrc.c: Make buffer durations add up (duration should...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 17 Aug 2006 10:00:00 +0000 (10:00 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 17 Aug 2006 10:00:00 +0000 (10:00 +0000)
commit75ecc060b1cf06b23d1369891765298630988bb6
tree0588e47a4a8fb408199238c977a710b450df08d8
parente71487073c5949e5d9aaa981952d7e6783cafbb4
gst-libs/gst/cdda/gstcddabasesrc.c: Make buffer durations add up (duration should be next_ts-ts for perfect streams)....

Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
Make buffer durations add up (duration should be next_ts-ts for
perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
from CVS.
* tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
(test_buffer_timestamps), (cddabasesrc_suite):
Add unit test for the above.
* tests/check/Makefile.am:
Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
to see what happens.
ChangeLog
gst-libs/gst/cdda/gstcddabasesrc.c
tests/check/Makefile.am
tests/check/libs/cddabasesrc.c