[gstreamer-bugs] [Bug 158667] Last part of certain wav files is repeated with alsasink

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Jan 21 10:47:43 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=158667
 GStreamer | gst-plugins | Ver: 0.8.5





------- Additional Comments From Jeffrey C. Ollie  2005-01-21 13:47 -------
I see this too with some GSM files that I am decoding:

gst-launch filesrc location=vm-whichbox.gsm ! audio/x-gsm,rate=8000 ! gsmdec !
alsasink

If you replace alsasink with osssink the problem goes away:

gst-launch filesrc location=vm-whichbox.gsm ! audio/x-gsm,rate=8000 ! gsmdec !
osssink

If you use audioscale to scale up the sample rate the problem is less noticeable:

gst-launch filesrc location=vm-whichbox.gsm ! gsmdec ! audioscale !
audio/x-raw-int,rate=48000 ! alsasink


------- 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