[Bug 707333] New: qtmux: handle buffers with missing duration properly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 2 16:36:50 PDT 2013


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

           Summary: qtmux: handle buffers with missing duration properly
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: matej.knopp at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=253909)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=253909)
patch

Right now everything mostly works, as duration for samples is computed as DTS
delta, except for last buffer where it'd duration is used for calculation
(without checking for validity). This results in files with ether extremely
short or extremely long reported streams with is not very good.

Patch simply sets duration for last buffer to 0 if none is set on buffer.

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