<div dir="ltr">Hi Experts:<div>I'm trying to use android omx binary codec in some way, and noticed the implementation from Ubuntu and Jolla.</div><div>Ubuntu touch: <a href="https://launchpad.net/distros/ubuntu/+source/gst-plugins-bad1.0">https://launchpad.net/distros/ubuntu/+source/gst-plugins-bad1.0</a></div><div>Jolla: <a href="https://github.com/sailfishos/gst-omx">https://github.com/sailfishos/gst-omx</a></div><div><br></div><div>from my understanding, Jolla uses omx binary directly by android_dlopen(); while Ubuntu touch uses the codec from android media codec service. both are in gstreamer world.</div><div><br></div><div>I wonder one possible implementation away from gstreamer:</div><div>the Android MediaCodec API is also convenient to use. on non-android Linux, is it possible to load omx binary by hybris, then simply wrapped it into MediaCodec interface?</div><div>you may say that is what android does; however, I think the implementation in Android is over-complex and depends on android toolkit.</div><div>maybe i'm stupid on this; anyway, thanks if you could give me some comments.</div><div><br></div></div>