Several nativeInit() and nativeFinalize() in Android Tutorial3

Nicolas Dufresne nicolas at ndufresne.ca
Thu Aug 23 17:56:03 UTC 2018


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.

> 
> Regards.
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180823/8acf0ae5/attachment.sig>


More information about the gstreamer-devel mailing list