Re: Using a UNIX signal handler in perl with GStreamer



On 16.04.2010 01:05, Dave Hayes wrote:
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?

I can't reproduce the problem. Can you provide a test program that shows the problem?



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