[gstreamer-bugs] [Bug 625558] New: [basevideoencoder] [vp8] encoder timestamps are wrong when there are gaps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 29 01:56:44 PDT 2010


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

           Summary: [basevideoencoder] [vp8] encoder timestamps are wrong
                    when there are gaps
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: zaheermerali at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


If there is a gap between segment start and timestamp of first incoming buffer,
then timestamp of outgoing buffer is wrong.

If there are any gaps elsewhere, say there are dropped frames in input, then
timestamp is also wrong on output buffer.

It looks like the incoming buffer timestamp is disregarded and just an
incrementing frame number counter with framerate taken into account is used.

Maybe the frame number should be computed not by incrementing but by using the
incoming buffer timestamp.

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