[gstreamer-bugs] [Bug 590860] Incorrect scrambling info processing

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 5 08:54:13 PDT 2009


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

  GStreamer | gst-plugins-bad | Ver: 0.10.13




------- Comment #2 from Ivan  2009-08-05 15:54 UTC -------
The following code
scrambled = (tmp >> 12) & 0x01; 
has to determine the scrambling correctly too.

The problem is that the code was written in assumption that tmp is single byte
variable but it keeps 2 bytes. And with 4 bits shift we will not have 4 bits
but 12 and some of the bits will have descriptors_loop_length info.

BTW: The descriptors_loop_length is determined correctly as 
descriptors_loop_length = tmp & 0x0FFF;


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




More information about the Gstreamer-bugs mailing list