<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 4 oct. 2020 09 h 30, TheComputerGuy <<a href="mailto:rosscomputerguy@protonmail.com">rosscomputerguy@protonmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>I'm currently working on something that uses GStreamer, <br></div><div><a href="https://github.com/MidstallSoftware/openmic" target="_blank" rel="noreferrer">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></blockquote></div></div><div dir="auto"><br></div><div dir="auto">This situation (no common ancestor) is often what happens when you try to link an element that has not yet been added to the pipeline, or was added to another pipeline.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div></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>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>