Skip to content

StreamVolume.getType() only returns null #295

@Nyeksenn

Description

@Nyeksenn

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions