[gstreamer-bugs] [Bug 321271] problem playing WAV files in GStreamer 0.9

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Nov 12 12:15:09 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=321271
 GStreamer | gst-plugins-good | Ver: HEAD CVS





------- Additional Comments From Tim-Philipp Müller  2005-11-12 20:15 -------
That wav file in question has a samplerate of 22050 Hz. esdsink tends to accept
only one very specific samplerate in my experience (44100Hz in my experience),
even though the sink template caps don't suggest that.

In other words, try  

 gst-launch-0.9 filesrc location=exitleft.wav ! wavparse ! audioconvert !
audiorsample ! esdsink

Cheers
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list