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 305186 - alsasink borkage
alsasink borkage
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal blocker
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-23 08:34 UTC by Ronald Bultje
Modified: 2005-05-25 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (1.25 KB, patch)
2005-05-23 08:34 UTC, Ronald Bultje
none Details | Review
fix2 (1.32 KB, patch)
2005-05-23 09:09 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2005-05-23 08:34:30 UTC
See attached patch. We give a pointer to a value in a structure that we use for
multiple purposes. We should provide a local copy instead so that if alsalib
changes the value (which happens for at least one song), it doesn't bork other
settings (such as sw_params), causing the song to play badly.
Comment 1 Ronald Bultje 2005-05-23 08:34:43 UTC
Created attachment 46783 [details] [review]
fix
Comment 2 Ronald Bultje 2005-05-23 09:09:03 UTC
Created attachment 46786 [details] [review]
fix2

Workaround for bug in dmix...
Comment 3 Thomas Vander Stichele 2005-05-25 11:59:38 UTC
commited, closing