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 135052 - Error when trying to listen a webradio in rhythmbox
Error when trying to listen a webradio in rhythmbox
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 138664 (view as bug list)
Depends on:
Blocks: 138435
 
 
Reported: 2004-02-21 15:53 UTC by Vincent Untz
Modified: 2005-06-30 14:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Vincent Untz 2004-02-21 15:53:42 UTC
I tried to listen a webradio, and I got this:
Internal GStreamer error: pad problem.  File a bug.

On the terminal, I got this:
(rhythmbox:9497): GStreamer-WARNING **: volume:sink and sink_ident:sink are
both sink pads, failed
ERROR        GST_PADS( 9510)
gstpad.c(2280):gst_pad_set_explicit_caps:<mad0> failed to negotiate
(try_set_caps returned REFUSED)
ERROR       scheduler( 9510)
gstoptimalscheduler.c(2075):gst_opt_scheduler_iterate:<GstOptScheduler@0x83d7f08>
in error state
 
(rhythmbox:9497): GStreamer-WARNING **: inconsistent state information, fix
threading please
Comment 1 Luis Villa 2004-03-04 22:40:58 UTC
Vincent: what webradio stream was it, just for reference?
Comment 2 Vincent Untz 2004-03-05 07:33:17 UTC
Good question... This was probably frequence3.com. Not sure, though.
Comment 3 Vincent Untz 2004-03-20 09:26:21 UTC
Ok, I've compiled gstreamer and gst-plugins 0.8. When I try to view
this file [1] with gst-player HEAD, I have this probably related error:

Internal GStreamer error: pad problem.  File a bug.

Additional debug info: gstpad.c(2394): gst_pad_set_explicit_caps:
/work_thread/autoplugger/mad0:
failed to negotiate (try_set_caps returned REFUSED)

On the terminal, I can read:

** (gst-player:28874): WARNING **: File said that it has an index, but
there is no index data!
ERROR        GST_PADS(28874)
gstpad.c(2394):gst_pad_set_explicit_caps:<mad0> (null)
ERROR        GST_PADS(28874)
gstpad.c(2394):gst_pad_set_explicit_caps:<mad0> failed to negotiate
(try_set_caps returned REFUSED)
ERROR       scheduler(28874)
gstoptimalscheduler.c(2285):gst_opt_scheduler_iterate:<GstOptScheduler@0x82a01c0>
in error state

I'm wondering if there's something wrong with my setup...

[1] http://guillaume.chau.free.fr/DDN480.avi
Comment 4 Benjamin Otte (Company) 2004-04-02 23:55:54 UTC
I don't think those cases are related, though it could be.
The second case is an autoplugging bug. (hard to fix, requires new autoplugger...)

Though there exists a workaround:
set your GStreamer audiosink to "audioscale ! audio/x-raw-int,rate=44100 !
$OLD_AUDIOSINK
(depending on your audiosink and soundcard, you might require 48000 instead of
44100)
Comment 5 Benjamin Otte (Company) 2004-04-05 17:38:30 UTC
*** Bug 138664 has been marked as a duplicate of this bug. ***
Comment 6 Ronald Bultje 2004-11-13 09:22:41 UTC
The AVI has a large init_delay for the audio stream. It's a dup of #138666.
Increasing queue size makes it play fine. This bug is only for the webradio
stream, if that's still reproduceable.
Comment 7 Vincent Untz 2004-11-13 09:31:40 UTC
Not reproduceable anymore.
Comment 8 Stephane Loeuillet 2004-12-12 15:47:15 UTC
"Not reproduceable anymore" => closing as resolved, thanks for feedback