GNOME Bugzilla – Bug 606585
[shout2send] and vorbisenc generates errors
Last modified: 2010-07-15 20:24:01 UTC
When I use playbin2 with vorbisenc + oggmux + shout2send as outputbin it generates the following error: 0:00:35.129861047 5863 0x127efb0 WARN vorbisenc vorbisenc.c:1197:gst_vorbis_enc_chain:<vorbisenc0> Buffer is older than previous timestamp + duration (0:00:31.843265306< 0:00:31.869387755), cannot handle. Clipping buffer. Here's someone that has the same problem: http://www.damonkohler.com/2009/01/rhythmbox-shout2send-plugin.html?showComment=1262193465553#c6109227101281351520 I believe it only occurs when you play the same song after eachother. When I use the lame encoder it doesn't give any problems. It are only warnings but Gstreamer just stops playing and uses 100% cpu. If I need to clarify anything I would be glad to!
Could you attach with gdb to such a hanging rhythmbox process and look where the threads are spending your CPU on? Do (with debug packages of libc6, glib, gstreamer, gst-plugins-base installed): gdb --pid=`pidof rhythmbox` thread apply all bt
Is this related to https://bugzilla.gnome.org/show_bug.cgi?id=595256 ?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!