<div dir="ltr"><div><div><div>I am a little confused about your comment.<br></div>"that plugin must not be dynamically linked to any GStreamer or related libraries, ..."<br></div>Does this mean if I develop a new decoder, the "playbin" cannot find my decoder?<br>

</div><br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div><div>Yi-Lung (Bruce) Tsai</div></div></div>
<br><br><div class="gmail_quote">On Mon, Jan 20, 2014 at 5:16 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">On Mo, 2014-01-20 at 16:52 +0800, Bruce Tsai wrote:<br>
> Hi all,<br>
><br>
> I know there is dynamic linker limit on Android so all plugins are static<br>
> linked in a single shared library.<br>
> But is it still do-able to dynamically link custom plugins on Android?<br>
> If so, how do I get to it?<br>
> I built a plugin and tested it on Linux.<br>
> Now I want to use it on Android with dynamic link but don't know how.<br>
> Could someone give me a hint?<br>
> Thank you very much.<br>
<br>
</div></div>Set GST_PLUGIN_PATH to the appropriate directory in your app, then it<br>
should work. However that plugin must not be dynamically linked to any<br>
GStreamer or related libraries, as all those symbols are in<br>
libgstreamer_android.so.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><br>_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br></blockquote></div><br></div>