GNOME Bugzilla – Bug 136494
Ogg and mp3 playback just produce static
Last modified: 2004-12-22 21:47:04 UTC
Current cvs doesn't allow me to play either mp3 or Ogg with gst-launch (wav works well however). The mp3 [cschalle@3jq3n91 test]$ gst-launch filesrc location=test.mp3 ! mad ! osssink ** (process:25876): CRITICAL **: how to remove plugins? (process:25876): GStreamer-CRITICAL **: Factory for `mad' has no type WARNING: erroneous pipeline: no element "mad" Trying to run anyway. RUNNING pipeline ... The Ogg pipeline just doesn't do anything: [cschalle@3jq3n91 test]$ gst-launch filesrc location=police.ogg ! oggdemux ! vorbisdec ! audioconvert ! osssink ** (process:32065): CRITICAL **: how to remove plugins? (process:32065): GStreamer-CRITICAL **: Factory for `vorbisdec' has no type WARNING: erroneous pipeline: no element "vorbisdec" Trying to run anyway. RUNNING pipeline ... Execution ended after 1646 iterations (sum 347833000 ns, average 211320 ns, min 53000 ns, max 8612000 ns). ** (process:32065): WARNING **: opt: unlink elements in same group: implement me
Tried also using spider: [cschalle@3jq3n91 test]$ gst-launch filesrc location=police.ogg ! spider ! osssink RUNNING pipeline ... ** (process:32069): CRITICAL **: how to remove plugins? (process:32069): GStreamer-CRITICAL **: Factory for `oggdemux' has no type Segmentation fault
Run gst-register.
I have and it doesn't solve the problem David.
Both as root and as user?
removed all .gstreamer* directories and things started working. I think we should disable the user registry until someone is willing to work on making it more fullproof, the current setup just cause extra pain (IMHO)