[gstreamer-bugs] [Bug 619064] New: h264parse: broken timestamps after seeking

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 19 01:56:15 PDT 2010


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

           Summary: h264parse: broken timestamps after seeking
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: alessandro.d at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=161414)
 View: https://bugzilla.gnome.org/attachment.cgi?id=161414
 Review: https://bugzilla.gnome.org/review?bug=619064&attachment=161414

fix

In some cases h264parse produces wrong timestamps after seeks.

It's due to this check in gsth264parse.c, around line 1182:

      if (h264parse->last_outbuf_dts != GST_CLOCK_TIME_NONE
          && outbuf_dts != GST_CLOCK_TIME_NONE
          && outbuf_dts <= h264parse->last_outbuf_dts)
        outbuf_dts = GST_CLOCK_TIME_NONE;

h264parse->last_outbuf_dts is set to GST_CLOCK_TIME_NONE in _init and it's not
being reset during a flush.

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