GNOME Bugzilla – Bug 325626
podcast problems
Last modified: 2006-01-08 15:20:31 UTC
This bug has been opened here: http://bugzilla.ubuntu.com/show_bug.cgi?id=21793 "I just updated Dapper (CVS snapshot of RH), and notice that when it is downloading a podcast/file, instead of showing a moving progress bar with the word "downloading" or similar in it, there is no progress bar and it just reads "Waiting", then once the file is downloaded, the prgress bar goes straight to 100% and it reads "complete". I experience the problem with the feeds from http://www.europe1.fr/podcast/podcast.jsp" The current dapper package is built with gstreamer0.10
I'm seeing this too, what version of gnome-vfs are you running?
In rb-podcast-manager.c:download_progress_update_cb() info->file_size is always zero (and strangely info->bytes_total is always 1024). gnome-vfs from HEAD. ./gnome-vfs/test/test-xfer http://libsyn.com/media/sciencefriday/scifri-2006010612.mp3 /tmp/foo.mp3 [snip] Transferring `http://libsyn.com/media/sciencefriday/scifri-2006010612.mp3' to `file:///tmp/foo.mp3' (file 1/1, byte 1146/0 in file, 1146/1024 total) Status: OK Transferring `http://libsyn.com/media/sciencefriday/scifri-2006010612.mp3' to `file:///tmp/foo.mp3' (file 1/1, byte 2594/0 in file, 2594/1024 total) Status: OK
Created attachment 56947 [details] [review] patch
*** This bug has been marked as a duplicate of 325861 ***