crash in decklinksink when restarting pipeline
DuĊĦan Poizl
poizl at maindata.sk
Mon Nov 17 04:21:06 PST 2014
I have crash in gstdecklinksink.cpp on line 344
decklinksink->output->SetAudioCallback (decklinksink->callback);
If I create pipeline with decklinksink it run fine on first run. Then I stop that pipeline with EOS.
After that when I tear down the pipeline and setup new one it crash on gst_element_set_state(pipeline, GST_STATE_PLAYING).
Backtrace show that it crash on that line. It doesn't crash anymore if I comment out gstdecklink.cpp:217 |inited = TRUE; in init_device()
So it init always run.
|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20141117/05284002/attachment.html>
More information about the gstreamer-devel
mailing list