<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <pre>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 <code>inited = TRUE; in init_device()
So it init always run.
</code></pre>
  </body>
</html>