Bug#299122: totem: improper priority?

Michael Gilbert Michael Gilbert <zero79@cox.net>, 299122@bugs.debian.org
Sun, 20 Mar 2005 18:56:19 -0500


I ran totem with the --debug option with the 'snd_intel8x0m' module both loaded and unloaded.  Here is the interesting section of debug output during the crash:

$ su -c "modprobe snd_intel8x0m"
$ totem --debug file.ogg
.
.
.
vpts adjusted with prebuffer to 56128
load_plugins: plugin mad will be used for audio streamtype 01.
audio_alsa_out:open pause_resume=1
output sample rate 44100
xine_play
audio_alsa_out: Warning: How am I supposed to RESUME, if I am not PAUSED. audio_out.c, please don't call me!
play_internal ...done
.
.
.


Now, for the same section of debug output during propper playback (snd_intel8x0m module not loaded):

$ su -c "rmmod snd_intel8x0m"
$ totem --debug file.ogg
.
.
.
vpts adjusted with prebuffer to 108401
load_plugins: plugin mad will be used for audio streamtype 01.
audio_oss_out: ao_open rate=44100, mode=8, dev=/dev/dsp
audio_oss_out: audio rate : 44100 requested, 43586 provided by device
audio_oss_out: 2 channels output
output sample rate 43586
will resample audio from 44100 to 43586
xine_play
play_internal ...done
.
.
.