[gst-devel] Having Problems with a modified hello world.

David I. Lehn dlehn at vt.edu
Thu May 29 11:28:03 CEST 2003


* Bob Doan <bdoan at sicompos.com> [20030529 12:45]:
> I'm trying to make gstreamer convert mp3's to wav's
...
> I can get it to work from the command line with 
> gst-launch filesrc location=test.mp3 ! mad ! wavenc ! filesink 
> location=test.wav
> 

You might want to try using --gst-mask=-1 or set the mask
programmatically in order to get lots of debug output to see where it
stops working.


>   g_object_set (G_OBJECT (filesrc), "location", argv[1], NULL);
...
>   g_object_set (G_OBJECT (filesrc), "location", "test.wav", NULL);

Did you mean to set filesink to test.wav?

-dave




More information about the gstreamer-devel mailing list