[Bug 653080] [PATCH] matroskamux: make check for block_duration less sensible
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Sep 6 06:12:40 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=653080
GStreamer | gst-plugins-good | git
Mark Nauwelaerts <mnauw> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |mnauw at users.sourceforge.net
Resolution| |FIXED
Target Milestone|HEAD |0.10.31
--- Comment #3 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2011-09-06 13:12:35 UTC ---
Made some modifications (also in line with previous comments):
commit aa0ae490d052eee96a56c845b599066aa00855e5
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Tue Sep 6 15:05:37 2011 +0200
matroskamux: make default duration check less sensitive
Frame duration might vary for 1 usecond, in this case matroskamux
decides to create BLOCKGROUP instead of SIMPLEBLOCK.
Convert duration to timecodescale which is (typically) less precise, and
then also allow the difference of 1/-1 to arrange for less sensitive check.
Based on patch by Alexey Fisher <bug-track at fisher-privat.net>
Fixes #653080.
--
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