[Bug 651714] New: [ffdec] Fix calculating frame duration from last timestamp and frame count

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 2 08:35:50 PDT 2011


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

           Summary: [ffdec] Fix calculating frame duration from last
                    timestamp and frame count
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: raimo.jarvi at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Video frame duration is sometimes calculated incorrectly from last timestamp
and frame count, because frame count is reset to zero for every input buffer.
It should be set to zero only when the input buffer has a valid timestamp. The
following patch fixes this.

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