<div dir="ltr"><div dir="ltr">I have successfully built and run QtGstreamer on Android. However, I can't get <span style="color:rgb(128,0,128)">QGst</span>::<span style="color:rgb(128,0,128)">ElementFactory</span>::<span style="color:rgb(0,103,124)">make</span> to work correctly.<div><br></div><div>In particular, this dynamic_cast seems to fail: <a href="https://github.com/GStreamer/qt-gstreamer/blob/master/src/QGlib/refpointer.h#L332">https://github.com/GStreamer/qt-gstreamer/blob/master/src/QGlib/refpointer.h#L332</a></div><div><br></div><div>I verified that the problem is not in the installation itself, the call <span style="color:rgb(128,0,128)">GstElement</span><span style="color:rgb(192,192,192)"> </span>*<span style="color:rgb(9,46,100)">element</span><span style="color:rgb(192,192,192)"> </span>=<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,103,124)">gst_element_factory_make</span>(<span style="color:rgb(0,128,0)">"playbin"</span>,<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,128)">NULL</span>); works as expected.</div><div><br></div><div>I wonder if this problem has anything to do with me using static plugins on Android. To test my hypothesis I build one plugin statically on Linux, but the problem did not occur.</div><div><br></div><div>Does anybody know what could be the problem and how to debug it? I've pushed debug logging to TRACE level and I don't see any errors happening, so the failing dynamic_cast seems to be a problem.</div><div><br></div><div>Thank you for your help.</div><div><br></div><div>Alex</div></div></div>