[gstreamer-bugs] [Bug 414988] Stream encoded by lame has gap after decoding

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon May 14 06:59:46 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=414988

  GStreamer | gst-plugins-ugly | Ver: HEAD CVS




------- Comment #3 from Sebastien Merle  2007-05-14 13:59 UTC -------
Seems that the lame ! mad part creates discontinuites.

The folowing command show no discontinuities:
> GST_DEBUG=2 gst-launch -v filesrc location=alien.mpg ! decodebin2 ! audioconvert ! audiorate ! identity check-perfect=1 silent=1 ! lame ! mad ! alsasink

But if we check for discontinuites after the mad decoder with the command:
> GST_DEBUG=2 gst-launch -v filesrc location=alien.mpg ! decodebin2 ! audioconvert ! audiorate ! lame ! mad ! identity check-imperfect-timestamp=1 check-perfect=1 silent=1 ! alsasink

The log show:
...
0:00:00.999891000  3095 0x8197530 WARN              identity
gstidentity.c:369:gst_identity_check_perfect:<identity0> Buffer not
data-contiguous with previous one: prev offset_end -1, new offset 49065
0:00:01.001326000  3095 0x8197530 WARN              identity
gstidentity.c:369:gst_identity_check_perfect:<identity0> Buffer not
data-contiguous with previous one: prev offset_end -1, new offset 50217
0:00:01.002687000  3095 0x8197530 WARN              identity
gstidentity.c:369:gst_identity_check_perfect:<identity0> Buffer not
data-contiguous with previous one: prev offset_end -1, new offset 51369
0:00:01.004938000  3095 0x8197530 WARN              identity
gstidentity.c:369:gst_identity_check_perfect:<identity0> Buffer not
data-contiguous with previous one: prev offset_end -1, new offset 52521
0:00:01.077371000  3095 0x8197530 WARN              identity
gstidentity.c:369:gst_identity_check_perfect:<identity0> Buffer not
data-contiguous with previous one: prev offset_end -1, new offset 53673
0:00:01.078790000  3095 0x8197530 WARN              identity
gstidentity.c:369:gst_identity_check_perfect:<identity0> Buffer not
data-contiguous with previous one: prev offset_end -1, new offset 54825
...


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=414988.




More information about the Gstreamer-bugs mailing list