[gstreamer-bugs] [Bug 562827] [qtdemux] Issue with editlist media-rate

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Dec 3 02:15:15 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=562827

  GStreamer | gst-plugins-good | Ver: HEAD CVS

Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at gmail.com
             Status|UNCONFIRMED                 |NEW
          Component|don't know                  |gst-plugins-good
     Ever Confirmed|0                           |1
            Summary|MP4 H.264 + AAC file won't  |[qtdemux] Issue with
                   |play in Totem               |editlist media-rate
            Version|0.10.18                     |HEAD CVS




------- Comment #1 from Edward Hervey  2008-12-03 10:15 UTC -------
for some reason qtdemux is outputing a newsegment with a rate of ... 0.000015

 creating newsegment update 0, rate 0.000015, format GST_FORMAT_TIME, start
0:00:00.000000000, stop 0:12:51.105000000, position 0:00:00.000000000

The value that seems wrong is the rate value parsed in qtdemux_parse_segments:

created segment 0 time 0:00:00.000000000, duration 0:12:51.105000000,
media_time 0:00:00.000000000, rate 1.52588e-05

The value is read as a "floating point 32bit", whereas reading it as a "32bit
unsigned integer" returns 1.

The QTFF specifications state the following regarding the "media rate field":
"""A 32-bit fixed-point number that specifies the relative rate at which to
play the media corresponding to this edit segment. This rate value cannot be 0
or negative."""


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=562827.




More information about the gstreamer-bugs mailing list