[Bug 653080] New: [PATCH] matroskamux: make check for block_duration less sensible

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 21 00:48:30 PDT 2011


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

           Summary: [PATCH] matroskamux: make check for block_duration
                    less sensible
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=190343)
 View: https://bugzilla.gnome.org/attachment.cgi?id=190343
 Review: https://bugzilla.gnome.org/review?bug=653080&attachment=190343

patch

some times frame duration can variate for 1 usecond,
in this cas matrosamux desidet to create BLOCKGROUP insted of
SIMPLEBLOCK.

Since matroska use mseconds, we do not need usec precision.

In this patch i reduce block_duration to 16 bit (msec), and make it
less sensible for usecond difference.

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