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 306435 - When playing DVD in Totem, with an ALSA sink and plug=>dmix configuration, audio is disorted
When playing DVD in Totem, with an ALSA sink and plug=>dmix configuration, au...
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.10
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-04 02:58 UTC by Ilya Konstantinov
Modified: 2005-08-29 15:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Ilya Konstantinov 2005-06-04 02:58:48 UTC
To reproduce this bug:
Use the following /etc/asound.conf:
# Ensures software mixing to be the default
pcm.!default
{
# We pass thru 'plug' plugin first, which resamples all audio to a single
sampling rate
type plug
slave.pcm "dmixer"
}
# Ensures software mixing.
pcm.dmixer
{
type dmix
slave.pcm "hw:0"
}

2. Set the GStreamer default sink to "alsa".

3. Play a DVD with GStreamer.

Result: The sound will have lots of audible clicks in it, as if extra data is
present in the audio stream (data from 5.1 channels, perhaps?).

Curiously, after pausing the video once, and resuming it, the sound becomes normal.
Comment 1 Ronald Bultje 2005-06-04 10:28:47 UTC
What version? The pause/play suggests an audioconvert bug that may have been
fixed in gst-plugins 0.8.9.
Comment 2 Ilya Konstantinov 2005-06-04 17:50:17 UTC
Using gst-plugins 0.8.8 (and gstreamer 0.8.10).