GNOME Bugzilla – Bug 767066
openslessink: unconditionnally exposes volume and mute properties even if not supported
Last modified: 2018-11-03 13:51:55 UTC
I have openslessink element in my android app, but setting the "mute" property does nothing. It is probably not always supported by the hw? Or it's just simply broken?
The properties are part of the GObject's ABI, so they should always be there. If there was a case where they could be a no-op, we should add another property I think.. That said, I'd be surprised if on opensles "mute" was optional, sounds like a broken platform? Or something is not totally correct in openslessink...
For now I just added a volume element and it fix all my issues. Maybe it's broken on all android devices? I'm pretty sure I tested it a while ago on my nexus4 and it worked (but was pre-1.6 version probably).
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/395.