[gstreamer-bugs] [Bug 442654] New: [volume] controller bypassed by default

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 31 11:25:40 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=442654

  GStreamer | gst-plugins-base | Ver: 0.10.12
           Summary: [volume] controller bypassed by default
           Product: GStreamer
           Version: 0.10.12
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sphink at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I'm just starting out trying to use gstreamer, and I believe I ran into a bug
in the volume plugin. If you leave the volume set to the default (1.0), it
calls gst_base_transform_set_passthrough() to set a passthrough property to
true. When this is true, volume_transform_ip() just returns. Unfortunately,
this bypasses gst_object_sync_values(). As a result, if the volume starts out
at 1.0 but you try to use a GstController to tweak the value over time, the
controller is completely ignored.

My current workaround is to set the initial volume to 1.01, but I'm afraid that
if the controller ever happened to set the volume to 1.0 (or close to it in a
16-bit int), then it would kill all future updates.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=442654.




More information about the Gstreamer-bugs mailing list