[Bug 707543] [API] add GstBitWriter

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 11 18:34:56 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=707543
  GStreamer | gstreamer (core) | unspecified

--- Comment #9 from Wind Yuan <feng.yuan at intel.com> 2013-11-12 02:34:47 UTC ---
(In reply to comment #8)
> Can you provide this as a patch against gstreamer (git format-patch style), and
> also add unit tests for it?
yes, i'll change to a patch style of GstBitWriter.
unit tests will add soon.

> 
> For the put_bits() functions. Are bits put there in little or big endian order?
GstBitWriter APIs are going to match GstBitReader, so all bits put are in big
endian order. and it's most cases expected.

> And are the most or least significant bits of the value put?
if you mean which bits of the value need to put. It should be the least
significant.

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