Skip to content

android: Remove code that has been moved to GStreamer core

Xavier Claessens requested to merge xclaesse/cerbero:android into main

Reuse the same mechanism than gstreamer-full: Expose gst_init_static_plugins() symbol, called by gst_init() to register static plugins, and drop all JNI code that got moved to libgstreamer.

This requires gstreamer!617 (merged).

Edited by Xavier Claessens

Merge request reports