how to set GST_PLUGIN_PATH for custom plugin on Android
Nirbheek Chauhan
nirbheek.chauhan at gmail.com
Wed May 25 20:04:01 UTC 2022
Hi Joe,
If you are already using gst_element_register, you can statically link
your plugin into your app.
Cheers,
Nirbheek
On Thu, May 26, 2022 at 12:00 AM cfd new via gstreamer-devel
<gstreamer-devel at lists.freedesktop.org> wrote:
>
> I have a custom plugin with Qt + C++ and it works file on Linux. On Linux
>
> GST_PLUGIN_PATH can be set to its path. And it works fine.
> I built it for Android as well. It seems there is not way
> to set GST_PLUGIN_PATH for Android apps in C++.
>
> The plugin is registered with the following func
>
> gst_element_register
>
> Your helps are highly appreciated.
>
> Joe
>
>
>
More information about the gstreamer-devel
mailing list