Using a UNIX signal handler in perl with GStreamer



It seems if I install an interrupt handler like this:

  $SIG{INT} = sub { ... };

before setting up and running a pipeline, GStreamer segfaults when the
signal is caught after the pipeline is run. Is there anything special
about signal handlers when using GStreamer in perl?

Thanks in advance.
-- 
Dave Hayes - Consultant - Altadena CA, USA - dave jetcafe org 
The opinions expressed above are entirely my own <<<

A great deal of intelligence can be invested in ignorance 
when the need for illusion is deep





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]