[gstreamer-bugs] [Bug 350900] New: [adder] should not clamp floating point values

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Aug 11 07:32:18 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=350900
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: [adder] should not clamp floating point values
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mail at renestadler.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Currently, the adder element clamps sample values of floating point formats to
the range [-1.0; 1.0] (-0dB).  This is incorrect: It might be perfectly
possible to handle values exceeding -0dB in the pipeline.  Most probably by
using a compressor/limiter element of choice, which would give a more desired
result than just clipping, as it is currently done (implicitely).  If
application developers do indeed just want to let it clip, the audioconvert
element will just do it as part of the conversion to an integer format.  In no
way should the adder element do the clipping on its own.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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