[gstreamer-bugs] [Bug 526673] matroska -> GST_EBML_SIZE_UNKNOWN

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 7 02:03:45 PDT 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=526673

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

Tim-Philipp Müller changed:

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




------- Comment #1 from Tim-Philipp Müller  2008-04-07 09:03 UTC -------
I guess this would be the mask=0x01 in gst_ebml_write_element_size():

  if (size != GST_EBML_SIZE_UNKNOWN) {
    ...
  } else {
    mask = 0x01;
    bytes = 8;
  }

  GST_BUFFER_SIZE (buf) += bytes;
  while (bytes-- > 0) {
    data[bytes] = size & 0xff;
    size >>= 8;
    if (!bytes)
      *data |= mask;
  }

Please re-open if you still think this is incorrect.


-- 
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=526673.




More information about the Gstreamer-bugs mailing list