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 170249 - [nassink] playing .wav gives only noise
[nassink] playing .wav gives only noise
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.8
Other All
: Normal normal
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-13 23:04 UTC by Jakub Stachowski
Modified: 2005-03-14 12:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Stachowski 2005-03-13 23:04:41 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:
Comment 1 Tim-Philipp Müller 2005-03-14 12:53:50 UTC
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