<div dir="ltr">Hi Hoang, <div><br></div><div>That bundled release already has isomp4:qtdemux, so you shouldn't need to compile from source. If you do, if you use cerbero, isomp4 should be compiled by default. Are you properly specifying the inclusion of the plugin in your ndk makefile? Something similar to this</div><div><br></div><div><div><font face="monospace, monospace">GSTREAMER_ROOT := <i><path_to_your_distro></i></font></div><div><font face="monospace, monospace">GSTREAMER_NDK_BUILD_PATH  := $(GSTREAMER_ROOT)/share/gst-android/ndk-build/</font></div><div><font face="monospace, monospace">include $(GSTREAMER_NDK_BUILD_PATH)/<a href="http://plugins.mk" target="_blank">plugins.mk</a></font></div><div><font face="monospace, monospace">GSTREAMER_PLUGINS         := <i><some_other_plugins> </i><b>isomp4</b></font></div><div><font face="monospace, monospace">GSTREAMER_ANDROID_MODULE_NAME := gstreamer</font></div><div><font face="monospace, monospace">include $(GSTREAMER_NDK_BUILD_PATH)/<a href="http://gstreamer-1.0.mk" target="_blank">gstreamer-1.0.mk</a></font></div></div><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">Cheers</font></div><div><font face="arial, helvetica, sans-serif">Sérgio</font></div><div class="gmail_extra"><br><div class="gmail_quote">2015-02-13 7:50 GMT+01:00 nguahoang <span dir="ltr"><<a href="mailto:nguahoang205@gmail.com" target="_blank">nguahoang205@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
I am a new member, I have a project use gstreamer on android, I use<br>
gstreamer-1.0-android-armv7-release-1.4.4 SDK, and I don't know how to<br>
compile gst-plugins-good. I want to use qtdemux of this plug in. Please help<br>
me.<br>
Thanks<br>
Hoang.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/How-to-compile-gst-plugins-good-with-gstreamer-1-0-android-armv7-release-1-4-4-SDK-tp4670714.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/How-to-compile-gst-plugins-good-with-gstreamer-1-0-android-armv7-release-1-4-4-SDK-tp4670714.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div></div>