<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>I try to compile and run an app with GStreamer, Qt/Qml on Android.</div><div>I have configure the .pro file with the prebuild binaries of Gstreamer: gstreamer-1.0-android-universal-1.14.1</div><div>In the main.cpp I declare the GST_PLUGIN_STATIC_DECLARE(*) and GST_PLUGIN_STATIC_REGISTER(*)</div><div><br></div><div>There is the pipeline : GstElement *pipeline = gst_parse_launch ("videotestsrc ! glupload ! qmlglsink name=mysink", &error);<br></div><div><br></div><div>When I run it on Linux (configure with pkgconfig - gstreamer-1.0 gstreamer-video-1.0) The application works.</div><div>When I compile for android, the compiler said : <br></div><div> - undefined reference to 'gst-plugin_glupoad_register"</div><div> - undefined reference to 'gst_plugin_qmlglsink_register'</div><div><br></div><div>I think that the "gl/qml" libs are missing in the pre-compiled package or I cannot find the rights ones to put in the pro file.<br></div><div><br></div><div>How could I find the rights ones or the doc to compile gstreamer for android arm v7 ?</div><div><br></div><div>JB<br></div></div></div></div></div></div>