[Bug 643591] invalid timestamp being used for next timestamp calculation

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 9 02:05:24 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=643591
  GStreamer | gst-ffmpeg | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.12
 Attachment #183456|none                        |committed
             status|                            |
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |
   Target Milestone|0.10.12                     |HEAD

--- Comment #9 from Sebastian Dröge <slomo at circular-chaos.org> 2011-05-09 09:04:45 UTC ---
commit a3c56f60cdb81a7100352821e2972b3014286ee9
Author: Thadeu Lima de Souza Cascardo <cascardo at holoscopio.com>
Date:   Mon Feb 28 21:16:24 2011 +0000

    ffdec: Do not use invalid input timestamp as next timestamp.

    When input buffer timestamps are invalid, next timestamp are used for
    audio. Then, the next out timestamp is updated with the used timestamp
    and the calculated duration. However, if the used timestamp is invalid,
    it should not be used. Otherwise, the next buffer will use a wrong
    timestamp that is not in the clipped segment, making the buffer to be
    dropped.

    This fixes playback with SBTVD MPEG TS streams, using AAC LATM.

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