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 105685 - spider broken
spider broken
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.0
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-09 23:46 UTC by Jorn Baayen
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jorn Baayen 2003-02-09 23:46:38 UTC
The spider in 0.6 and cvs doesn't seem to detect many of the files, just
try to use a spider in a gstthread to play some ogg and mp3..
Comment 1 Jorn Baayen 2003-02-09 23:57:17 UTC
:: jorn > gst-launch { gnomevfssrc
location="vsp_projekt-tuulepealne.ogg" ! spider ! osssink }
INFO (28074: 0) Initializing GStreamer Core Library version 0.7.0.1
INFO (28074: 0) CPU features: (c1cbfbff) MMX SSE 3DNOW MMXEXT
registry: loaded user_registry in 0.000127 seconds
          (/home/jorn/.gstreamer/registry.xml)
registry: loaded global_registry in 0.116951 seconds
          (/opt/gnome/var/cache/gstreamer-0.7/registry.xml)
RUNNING pipeline
waiting for the state change...

and nothing after that
Comment 2 Ronald Bultje 2003-04-20 19:50:24 UTC
This works for me. Do you still have this issue, Jorn?

[rbultje@shrek rbultje]$ gst-launch { gnomevfssrc
location=/media/cds/Aida\ Soundtrack/01\ -\ Het\ Gaat\ Altijd\ Over\
Liefde.ogg ! spider ! osssink }
INFO ( 2647: 0) Initializing GStreamer Core Library version 0.6.1
INFO ( 2647: 0) CPU features: (00000000) MMX SSE
INFO ( 2647: 0) registry: loaded global_registry in 0.256491 seconds
          (/var/cache/gstreamer-0.6/registry.xml)
GStreamer-INFO: 0 live buffer(s)
GStreamer-INFO: 0 live bufferpool(s)
GStreamer-INFO: 0 live event(s)
RUNNING pipeline
waiting for the state change...
 <-- here, I hear the music playing --> 
[rbultje@shrek rbultje]$
Comment 3 Jorn Baayen 2003-04-21 13:04:54 UTC
yea works now.. cheers =)