GNOME Bugzilla – Bug 170249
[nassink] playing .wav gives only noise
Last modified: 2005-03-14 12:53:50 UTC
Please describe the problem: Trying to play .wav file (probe.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz) using following pipeline: gst-launch-0.8 filesrc location=probe.wav ! decodebin ! audioconvert ! audioscale ! nassink results in repeated noise in speakers instead of normal sound. Swapping audioconvert and audioscale fixes it. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Should be fixed in CVS now: 2005-03-14 Tim-Philipp Muller <tim at centricular dot net> * ext/nas/nassink.c: (gst_nassink_init), (gst_nassink_sync_parms), (gst_nassink_fixate_field_nearest_int), (gst_nassink_fixate), (gst_nassink_sinkconnect), (NAS_createFlow): Add fixate function; make sure sink->device is updated according to the number of channels/tracks set (fixes #170249) Cheers -Tim