[Bug 712134] matroskamux: Text stream generated by appsrc into kateenc+matroskamux loses subtitle encoding

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 25 13:02:28 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=712134
  GStreamer | gst-plugins-good | 1.x

--- Comment #17 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2014-03-25 20:27:55 UTC ---
So, for the record, it seems that the additional code in matroskamux was needed
in the past because matroskademux has always been (a bit) buggy in this regard
in that it could send newsegment event (nowadays gap event) (and thereby
kickstarting a muxer's header writing) before actually sending the clut event
(with data needed for this header writing).

Following commit arranges for sending additional "meta-data-events" before
stream synchronization in matroskademux:

commit 9a30726226bdff5fbedd509f6462fae1f9526839
Author: Mark Nauwelaerts <mnauw at users.sourceforge.net>
Date:   Sat Mar 22 17:05:17 2014 +0100

    matroskademux: early sending pending codec-data for all streams

    ... at least before syncing across all streams might cause some gap
    activity on any of those streams, notably sparse streams.

    See also #712134

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