gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
194 stars 72 forks source link

Using GIO objects #257

Closed hatahet closed 1 year ago

hatahet commented 1 year ago

I'm trying to implement a callback for hlssink2's get-fragment-stream signal. The callback is documented to return a Gio.OutputStream object. It seems that the object is not exposed in this library. Is this assessment correct? If so, what workarounds are possible at this time?