GNOME Bugzilla – Bug 464079
audiotestsrc doesn't respond to conversion queries properly
Last modified: 2007-08-06 16:41:41 UTC
The time -> samples and samples -> time conversions are wrong, they need to use gst_util_uint64_scale_int() and scale by GST_SECOND.
2007-08-06 Sebastian Dröge <slomo@circular-chaos.org> * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query): Properly respond to conversion queries. Fixes #464079.