Closed dayo05 closed 2 years ago
I want to decode some video and print it by lwjgl(Java binding of OpenGL) and I want to receive data from gstreamer.
I want to do like
Long currentFramePtr = playbin.getCurrentFrame(); GL21.glTexImage2D...
or
ByteArray currentFrameData = playbin.getCurrentFrame(); GL21.glTexImage2D...
If it exists, can I see example of that?
Please use the mailing list or discussions for usage questions, thanks.
I want to decode some video and print it by lwjgl(Java binding of OpenGL) and I want to receive data from gstreamer.
I want to do like
or
If it exists, can I see example of that?