<div>I'm currently working on something that uses GStreamer, <br></div><div><a href="https://github.com/MidstallSoftware/openmic">https://github.com/MidstallSoftware/openmic</a>. I'm having issues linking my OpenMicNode's (code is at src/lib/node.c). I've checked the docs and my code should work but I get this when running one of the executables for my program:<br></div><div><br></div><div>(openmic-cli:1794485): GStreamer-WARNING **: 10:26:09.981: Trying to link elements autoaudiosrc0 and autoaudiosink0 that don't share a common ancestor: autoaudiosink0 hasn't been added to a bin or pipeline, and autoaudiosrc0 is in autoaudiosink0<br></div><div><br></div><div>(openmic-cli:1794485): GStreamer-WARNING **: 10:26:09.981: Trying to link elements autoaudiosrc0 and autoaudiosink0 that don't share a common ancestor: autoaudiosink0 hasn't been added to a bin or pipeline, and autoaudiosrc0 is in autoaudiosink0<br></div><div><br></div><div>** (openmic-cli:1794485): ERROR **: 10:26:10.056: OpenMicContext: Internal data stream error.<br></div><div>zsh: trace trap (core dumped)  ./build/openmic-cli<br></div><div><br></div>