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 325626 - podcast problems
podcast problems
Status: RESOLVED DUPLICATE of bug 325861
Product: gnome-vfs
Classification: Deprecated
Component: Module: http
cvs (head)
Other Linux
: Normal normal
: ---
Assigned To: Christian Kellner
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-03 14:05 UTC by Sebastien Bacher
Modified: 2006-01-08 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.20 KB, patch)
2006-01-08 02:25 UTC, William Jon McCann
none Details | Review

Description Sebastien Bacher 2006-01-03 14:05:22 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
Comment 1 Ryan P Skadberg 2006-01-07 03:37:25 UTC
I'm seeing this too, what version of gnome-vfs are you running?
Comment 2 William Jon McCann 2006-01-08 00:25:59 UTC
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
Comment 3 William Jon McCann 2006-01-08 02:25:47 UTC
Created attachment 56947 [details] [review]
patch
Comment 4 Christian Kellner 2006-01-08 15:20:31 UTC

*** This bug has been marked as a duplicate of 325861 ***