Using GstBufferPool to avoid continuously allocating GstBuffer instances #290
Diamondemon
started this conversation in
General
Replies: 2 comments 1 reply
-
Generally APIs were added when people needed them. This library was not auto-generated. Nothing stops further APIs being added as needed, but it's currently unclear whether there will be any / many future releases of this library in its current form. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Do you mean something else is being prepared or does this just mean that the java bindings are not being worked on at all for now? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I see that the
GstBufferPoolAPI
interface does not have much methods supported. Is there a specific reason that makes the Java binding incompatible with the use ofGstBufferPool
or was it simply overlooked due to it not being a core need? Or maybe I missed the proper way to use aGstBufferPool
?Beta Was this translation helpful? Give feedback.
All reactions