[gstreamer-bugs] [Bug 639710] matroskamux: seeking messed up when remuxing H.264

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 17 00:44:22 PST 2011


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

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mnauw at users.sourceforge.net

--- Comment #1 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2011-01-17 08:44:17 UTC ---
That is likely because (version 1) matroska files do not contain any keyframe
information in the block data, so outgoing buffers cannot be marked properly
that way, and the muxing matroskamux does not stand much of a chance then.

Seeking works in the original matroska because the index contains "seek points"
(which presumably then point to keyframes, though not necessarily all of them,
and these are likely to be found at cluster starts, but that is not certain
either ...).

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