On Friday 25 September 2009 08:17:36 yang shaobo wrote: > I add a signal handler to the tes-launch.c . > The program can receive the SIGINT correctly. > Howerver , when I use kill function to end the process , it becomes a > defunct process . > I don't know why . > Can any one to give some advice ? >
After receiving SIGINT you should close all dsp resources and then terminate. BTW, gst-launch should work fine as well. I don't know anything about test program you are mentioning. Regards, Caglar _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
