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 308040 - gstadder: using adder with float audio results in corrupt audio stream (stuttering)
gstadder: using adder with float audio results in corrupt audio stream (stutt...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.9
Other All
: Normal minor
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-17 09:20 UTC by Dominique Würtz
Modified: 2005-07-01 17:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
patch for gstadder.c (0.8.9) should fix the problem (844 bytes, patch)
2005-06-17 09:25 UTC, Dominique Würtz
none Details | Review

Description Dominique Würtz 2005-06-17 09:20:00 UTC
Please describe the problem:


Steps to reproduce:
1. connect adder with float audio source
2. 
3. 


Actual results:
corrupt audio stream (stuttering)

Expected results:


Does this happen every time?
yes

Other information:
Comment 1 Dominique Würtz 2005-06-17 09:25:26 UTC
Created attachment 47890 [details] [review]
patch for gstadder.c (0.8.9) should fix the problem

FIX: use the same calculation for int as well as float data, since both's
"width" caps is defined in bits, not in bytes.
Comment 2 Ronald Bultje 2005-07-01 17:47:44 UTC
Applied differently (code changed), thanks.