Le jeudi 23 août 2018 à 12:39 -0500, JPM a écrit :
> Hi,
>
> Is it possible to use several nativeInit() and nativeFinalize() in
> Java file
> ?.
>
> I want to flush a video pipeline and I do not know how to do it.
Those JNI API has been written as reference. You are free to completely
re-implement it with an API that fits your needs. What I usually do, is
to design an C or C++ API for my usecase and implement a JNI binding on
top. Replacing the suggestion in the tutorials.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel