After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 464079 - audiotestsrc doesn't respond to conversion queries properly
audiotestsrc doesn't respond to conversion queries properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.15
Assigned To: Sebastian Dröge (slomo)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-06 16:30 UTC by Michael Smith
Modified: 2007-08-06 16:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Smith 2007-08-06 16:30:15 UTC
The time -> samples and samples -> time conversions are wrong, they need to use gst_util_uint64_scale_int() and scale by GST_SECOND.
Comment 1 Sebastian Dröge (slomo) 2007-08-06 16:41:41 UTC
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.