[gstreamer-bugs] [Bug 624455] The matroska muxer seeks even when used with streamable=TRUE

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 16 03:53:50 PDT 2010


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

--- Comment #1 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-07-16 10:53:46 UTC ---
Created an attachment (id=166013)
 View: https://bugzilla.gnome.org/attachment.cgi?id=166013
 Review: https://bugzilla.gnome.org/review?bug=624455&attachment=166013

matroskamux: streamable files need no _finish

The only thing still done for streamable files in _finish (and causing seeks)
was the writing of the last cluster size and segment size.
The former was not being done for other clusters and then presumably similar
(streaming) semantics mean it need not be done for segment size either.

So, there is no need to _finish at all a streamable file, which attached patch
takes care of.

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