You are not logged in.

#1 2008-01-27 20:38:51

atomclock
Member
Registered: 2007-05-15
Posts: 18

gstreamer help

I am running an application that uses gstreamer0.10 (version 0.10.15) to play sounds.  If I run the program as root everything works fine but if I run it as a user I get the following error.

(MyApplication:28803): GStreamer-CRITICAL **: 
Trying to dispose element fakesink, but it is not in the NULL state.
You need to explicitly set elements to the NULL state before
dropping the final reference, to allow them to clean up.

Also, if I use the following command as a user, everything works.

gst-launch-0.10 filesrc location=/myth/music/songfile.mp3 ! mad ! audioconvert ! audioresample ! osssink

It sounds like a permission issue but I can't find anything to indicate what I need to correct. 

Any help would be appreciated.
Thanks in advance.

Offline

Board footer

Powered by FluxBB