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 154742 - [threads/basicomega] scheduler fails with spider.
[threads/basicomega] scheduler fails with spider.
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-07 01:03 UTC by Ramon Garcia Fernandez
Modified: 2005-02-08 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ramon Garcia Fernandez 2004-10-07 01:03:23 UTC
Running 
gst-launch --gst-scheduler=basicomega filesrc
location=~/projects/internet-radio/sample/track01.cdda.ogg ! oggdemux ! spider !
 osssink

produces

RUNNING pipeline ...
ERROR (0x8050948 - 304753:00:50.243913000)        GST_PADS( 8899)
gstpad.c(3305):gst_pad_pull:<osssink0> pull on pad osssink0:sink but the peer
pad src_0:src has no gethandler
Comment 1 Ramon Garcia Fernandez 2004-10-07 01:06:41 UTC
Running the above pipeline under gdb, and calling from the debugger
gst_scheduler_show() (just before the pipeline is being iterated) ensues:

SCHEDULER DUMP FOR MANAGING BIN "pipeline0"
scheduler has 5 elements in it: src_0, osssink0, sink_ident, oggdemux0, filesrc0,
scheduler has 3 chains in it
0x80d8498: !src_0, osssink0,
0x80d7828: !sink_ident,
0x80d77c0: oggdemux0, filesrc0,

osssink0 should be disabled, shouldn't it?

Comment 2 Ronald Bultje 2005-02-08 20:18:22 UTC
Ramon, basicomega is dead. Please use opt. If opt fails for some reason, file a
bug and we'll fix it.