<div dir="auto">Assuming the issue is c++ abi differences between GStreamer and Qt, you need to ensure that both Qt and GStreamer's qml plugin are built against the same c++ abi. This generally means the msvc c++ abi as Qt and GStreamer have/had different mingw compiler versions with different c++ abis.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun., 8 Mar. 2020, 14:50 Daniel Johnson, <<a href="mailto:teknotus@gmail.com">teknotus@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">I got a working Qt/Gstreamer app on Linux in 2 hours. On Windows I can't get past gst_init. It compiles just fine but crashes on launch. The debugger won't even give me a crash report. I'm guessing it has to do with delayed linking. I haven't had any luck with either mingw-64 or visual studio compiler. I'm currently trying to compile both Qt and Gstreamer with mingw in the guess it's some ABI incompatibility from them being built differently, but that's my only guess. I've been at this all day. Any ideas?</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>