[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:39:52 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623824
  GStreamer | gst-plugins-good | git

--- Comment #3 from Philip Jägenstedt <philipj at opera.com> 2010-07-08 14:39:48 UTC ---
Do you have some handy tool to look at the timestamps? I resorted to grepping
the output of GST_DEBUG=vorbisdec:5. Here's how things in the choppy case:

0:00:00.141078842 25871  0x947e940 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.001000000, dur 0:00:00.012000000
0:00:00.141811127 25871  0x947e940 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.003000000, dur 0:00:00.021333333
0:00:00.142077362 25871  0x947e940 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.004000000, dur 0:00:00.021333333
0:00:00.142341642 25871  0x947e940 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.005000000, dur 0:00:00.021333333
0:00:00.142605991 25871  0x947e940 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.007000000, dur 0:00:00.021333333

And here's what it looks like with vorbisparse upstream:

0:00:00.503789262 25888  0x97bae68 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.000000000, dur 0:00:00.012000000
0:00:00.505079510 25888  0x97bae68 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.012000000, dur 0:00:00.021333333
0:00:00.505333243 25888  0x97bae68 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.033333333, dur 0:00:00.021333333
0:00:00.505576989 25888  0x97bae68 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.054666667, dur 0:00:00.021333333
0:00:00.505818011 25888  0x97bae68 DEBUG              vorbisdec
gstvorbisdec.c:804:vorbis_dec_push_forward:<vorbisdec0> pushing time
0:00:00.076000000, dur 0:00:00.021333333

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