[Bug 731352] flv: Container timestamp is DTS not PTS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 27 18:21:01 PDT 2014


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

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #11 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-08-28 01:20:54 UTC ---
As Sebastien explained, keep the first timestamp rather then timestamp per
stream. Also fixed a regression with tag timestamp.

commit a7a3cb343a2da8e035539d8aa511391a4991f97d
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Wed Aug 27 21:07:26 2014 -0400

    flvmux: Correctly offset timestamp

    The previous method would break AV sync in the case audio or video
    didn't start at the same point in running time.

    https://bugzilla.gnome.org/show_bug.cgi?id=731352

commit aa5bd991276dd3ff5403890972e2aba832f07eba
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Wed Aug 27 20:56:12 2014 -0400

    flvmux: Save dts from buffer

    We no longer set dts in muxed buffer. This would lead to encoding tags
    with timestamp 0 instead of the timestamp of previous buffer.

    https://bugzilla.gnome.org/show_bug.cgi?id=731352

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the gstreamer-bugs mailing list