Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 38476

Summary: MPlayer Alsa patch for dmix
Product: Gentoo Linux Reporter: cyrix12
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: enhancement CC: chriswhite, flash3001
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description cyrix12 2004-01-16 18:39:34 UTC
on line 620 of libao2/ao_alsa9.c:

-if ((err = snd_pcm_hw_params_set_period_size(alsa_handler,alsa_hwparams, chunk_size, 0)) < 0)
+if ((err = snd_pcm_hw_params_set_period_size_near(alsa_handler,alsa_hwparams, chunk_size, 0)) < 0)

This fixes the periodsize error.
Comment 1 SpanKY gentoo-dev 2004-01-18 02:04:49 UTC
what version of mplayer is this for ?
Comment 2 butters 2004-01-18 18:28:00 UTC
Look at http://forums.gentoo.org/viewtopic.php?t=124976 for info about this bug
Comment 3 Brian Harring (RETIRED) gentoo-dev 2004-02-12 15:58:48 UTC
Bouncing this to media-video, since it's their package.
Comment 4 Chris White (RETIRED) gentoo-dev 2004-06-24 14:20:23 UTC
Re: Comment #2

According to the forum post, it was fixed in a non-mplayer based post.  Is this still a bug, if not, can you close it?
Comment 5 cyrix12 2004-06-25 22:36:35 UTC
Works now.