[gstreamer-bugs] [Bug 561406] [qtmux] Dirac stream has wrong duration and initial timestamps

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Nov 18 10:34:00 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=561406

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




------- Comment #2 from David Schleef  2008-11-18 18:33 UTC -------
I modified the behavior slightly in schroedinger, however, I'm not completely
happy with the added complexity:

 video/x-qt-part
 - BUFFER_OFFSET() is the "composition time" (or whatever quicktime calls it),
and should start at 0 and increment at the frame rate.  This means it is never
negative.

 video/x-mp4-part
 - BUFFSET_OFFSET() is the DTS, which might be negative for the first few
buffers.

It is unclear to me why we should care about the distinction.  qtdemux can
easily take DTS and convert to composition time.


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

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=561406.




More information about the Gstreamer-bugs mailing list