After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 403956 - Add float32 support for "level" element
Add float32 support for "level" element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.6
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-03 15:29 UTC by Dominique Würtz
Modified: 2007-03-02 17:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Add float32 support to level element (2.22 KB, patch)
2007-02-03 15:31 UTC, Dominique Würtz
none Details | Review

Description Dominique Würtz 2007-02-03 15:29:02 UTC
Here is a patch which adds 32bit float audio support to the "level" element. Please tell me if there is something missing or wrong with it so that I can (try to) fix it.
Would be great to see it in the next release since my project depends on it!
Comment 1 Dominique Würtz 2007-02-03 15:31:01 UTC
Created attachment 81819 [details] [review]
Add float32 support to level element
Comment 2 Wim Taymans 2007-03-02 14:52:09 UTC
float 32 and 64 bits has been added to level some time ago.
Comment 3 Dominique Würtz 2007-03-02 17:08:08 UTC
(In reply to comment #2)
> float 32 and 64 bits has been added to level some time ago.
> 

Excuse me? Looking at gstlevel.c from CVS, all i can see is static src/sink caps of type "audio/x-raw-int".
Comment 4 Dominique Würtz 2007-03-02 17:09:38 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > float 32 and 64 bits has been added to level some time ago.
> > 
> 
> Excuse me? Looking at gstlevel.c from CVS, all i can see is static src/sink
> caps of type "audio/x-raw-int".
> 

I'm sorry, of course you are right!