[gstreamer-bugs] [Bug 623654] qtdemux: Fix order of bitrates in 'btrt' atom

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 6 02:35:01 PDT 2010


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.24

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-06 09:34:55 UTC ---
Committed, thanks (with minor style changes):

commit 8aed3176ce65a1963d1b2bea8b9ed110714ca4e2
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Tue Jul 6 13:21:19 2010 +0530

    qtdemux: Fix order of bitrates in 'btrt' atom

    There seems to be a bug in libmp4v2 that generates a MPEG4BitRateBox as
    (bufferSizeDB, avgBitrate, maxBitrate) instead of (bufferSizeDB,
    maxBitrate, avgBitrate), according to the spec. I used the mp4file
    output while writing this code, so the order is wrong. This patches
    fixes that.

    https://bugzilla.gnome.org/show_bug.cgi?id=623654

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