GNOME Bugzilla – Bug 603547
shout2send plugin sends data too fast
Last modified: 2009-12-02 23:16:02 UTC
After the application of the fix for Bug 602887, the shout2send plugin now transmits data faster than the actual stream data. The result is that stream clients occasionally skip forward, when the server's buffer is exhausted. I assume that this is because the plugin is not actually waiting as long as the library asks. I have confirmed that this is an issue with the patch applied, but not with the patch removed.
Module: gst-plugins-good Branch: master Commit: 8cb3452ac4f781576914d43b3576e4762f56dd47 URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=8cb3452ac4f781576914d43b3576e4762f56dd47 Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Wed Dec 2 13:33:20 2009 -0300 shout2: Convert delay correctly Use GST_MSECOND to convert delay in msecs to nanosecs Fixes #603547
Thanks Thiago.