-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
I am currently trying to use Gstreamers Bin.getByInterface method to obtain an object which implements StreamVolume
from my pipeline. This method takes a org.gnome.glib.Type as an argument.
However, if I try to obtain this by calling StreamVolume.getType(), it always returns null even though
it is a static method. I currently use jars built from main.
var type = StreamVolume.getType();
// type is always null
var sink = (StreamVolume) this.pipeline.pipeline.getByInterface(type);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels