[gstreamer-bugs] [Bug 318273] gstreamer cannot play some wave files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 8 04:35:21 PDT 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=318273
 GStreamer | gst-plugins | Ver: 0.8.x

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|don't know                  |gst-plugins



------- Additional Comments From Tim-Philipp Müller  2005-10-08 11:35 -------
How do you play them using GStreamer? Is that with rhythmbox, totem, jamboree,
some other player?

What audio sink are you using?

Does this work?

 % gst-launch-0.8 filesrc location=/path/to/foo.wav ! decodebin ! audioconvert !
audioscale ! alsasink 

(replace alsasink with esdsink or osssink or whatever you are using).

or this:

 % gst-launch-0.8 filesrc location=/path/to/foo.wav ! decodebin ! audioconvert !
audioscale ! gconfaudiosink


If you use alsasink, can you also try this:

 % gst-launch-0.8 filesrc location=/path/to/foo.wav ! decodebin ! audioconvert !
audioscale ! alsasink device=hw:0

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