[Bug 737095] qtmux: subtitle muxing doesn't work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 23 18:33:06 PDT 2014


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

Thiago Sousa Santos <thiagossantos> changed:

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

--- Comment #20 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-09-24 01:32:58 UTC ---
commit 9f85dfd733792dc5a49acd32f657c326812dc9af
Author: Matej Knopp <matej.knopp at gmail.com>
Date:   Tue Sep 23 23:33:37 2014 +0200

    qtmux: Do not infer DTS on buffers from sparse streams.

    DTS delta is used to calculate sample duration. If buffer has missing DTS,
we take either segment start or previous buffer end time, whichever is later.
    This must only be done for non sparse streams, sparse streams can have gaps
between buffers (which is handled later by adding extra empty buffer with
duration that fills the gap)

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

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