[Bug 760526] volume element: when volume property set by gst_timed_value_control_source_set it is 10x expected value
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jan 12 15:49:31 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760526
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution|--- |DUPLICATE
Target Milestone|git master |NONE
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks for the bug report.
This is not a bug however, but intended behaviour, the value range 0-1.0
corresponds to the min-max value of the volume property here, which is 0-10.0,
so 1.0 maps to 10.0. Which arguably is confusing, but that's how it was
designed.
To make it work as expected, upgrade to 1.6 and use
gst_direct_control_binding_new_absolute() instead of
gst_direct_control_binding_new().
*** This bug has been marked as a duplicate of bug 740502 ***
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list