Freescale / gstreamer-imx

GStreamer 1.0 plugins for i.MX platforms
Other
183 stars 127 forks source link

Building gstreamer-imx plugins for Android #255

Closed Vishnu-R-95 closed 2 years ago

Vishnu-R-95 commented 4 years ago

I have built the gstreamer-imx plugins for android and found that the plugins were built as static libraries. But these plugins, built as static libraries, were not found by gst-inspect-1.0 when I tried the command using adb-shell on the Android emulator. I think that the gst-inspect-1.0 only identifies the plugins that are saved as shared libraries. Will these plugins work if they are built as shared libraries instead of static ones?

angolini commented 3 years ago

@dv1 do you think this questions is easy to answer?

dv1 commented 2 years ago

@Vishnu-R-95 in case you are still using this, note that this is not gstreamer-imx specific. From what I recall, when building for Android, you have to build statically on Android. Also see: https://gstreamer.freedesktop.org/documentation/installing/for-android-development.html?gi-language=c