[gstreamer-bugs] [Bug 623824] Choppy audio on WebM files produced by ffmpeg -acodec copy
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jul 8 07:00:00 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=623824
GStreamer | gst-plugins-good | git
--- Comment #1 from Philip Jägenstedt <philipj at opera.com> 2010-07-08 13:59:55 UTC ---
Reproducable with this pipeline:
$ gst-launch filesrc location=OGGTV.webm ! matroskademux ! vorbisdec !
audioconvert ! autoaudiosink
Adding a vorbisparse element fixes the problem:
$ gst-launch filesrc location=OGGTV.webm ! matroskademux ! vorbisparse !
vorbisdec ! audioconvert ! autoaudiosink
This could indicate some kind of timestamping problem which is fixed by
vorbisparse but which vorbisdec doesn't handle.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list