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 603547 - shout2send plugin sends data too fast
shout2send plugin sends data too fast
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-02 01:06 UTC by Ian Turner
Modified: 2009-12-02 23:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ian Turner 2009-12-02 01:06:43 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.
Comment 1 Thiago Sousa Santos 2009-12-02 16:39:36 UTC
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
Comment 2 Ian Turner 2009-12-02 23:16:02 UTC
Thanks Thiago.