[gstreamer-bugs] [Bug 423283] New: [qtdemux] timestamps of outgoing h264 packets are wrong

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 27 02:18:13 PDT 2007


Do NOT reply to this via email (we are currently unable to handle email
responses and they WILL be discarded).

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=423283.
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

           Summary: [qtdemux] timestamps of outgoing h264 packets are wrong
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at bilboed.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Currently, qtdemux doesn't process/handle the 'ctts' atom present in h264
mov/iso files. This means that the outgoing h264 packets are timestamped with
dts timestamps instead of pts timestamps.

The outgoing buffers of demuxers should have:
* TIMESTAMP == pts
and if needed:
* OFFSET == dts

Patch follows to fix that behaviour




More information about the Gstreamer-bugs mailing list