I want to construct a new org.freedesktop.gstreamer.Buffer
object with data from another Buffer. For example, with the python library, I could do something like this:
buffer = gst.Buffer(otherBuffer.data)
Is there any way I could do this using the java library?