GNOME Bugzilla – Bug 105685
spider broken
Last modified: 2009-08-15 18:40:50 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..
:: 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
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]$
yea works now.. cheers =)