Igalia / wpe-android

WPE WebKit for Android
GNU Lesser General Public License v2.1
67 stars 14 forks source link

Link all GStreamer plugins statically like in GStreamer Android tutorials. #144

Open neodesys opened 2 years ago

neodesys commented 2 years ago

Prevent the duplication at runtime of all GStreamer plugins in the application cache. Ideally, all plugins should be linked statically to a gstreamer_android.so unique library as showned in GStreamer Android tutorials.