[Bug 679443] New: [0.11] Videoencoder messes up DTS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 5 06:17:21 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=679443
  GStreamer | gst-plugins-base | 0.11.x

           Summary: [0.11] Videoencoder messes up DTS
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        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=218080)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=218080)
Patch

x264 sometimes outputs keyframe DTS lower than PTS and DTS of next frame equal
to keyframe PTS. Videoencoder changes the keyframe DTS to PTS, which results in
non-monotonous DTS causing decoding problems.

Also x264 outputs following timestamps
Frame1:   PTS 0, DTS -66666666
Frame2:   PTS: 20000000, DTS: 0

Videoencoder turns the first frame to PTS:0, DTS:0 so there are two frames with
same DTS resulting in muxer warning

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