[Bug 707543] [API] add GstBitWriter
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Nov 11 01:43:27 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=707543
GStreamer | gstreamer (core) | unspecified
--- Comment #7 from Wind Yuan <feng.yuan at intel.com> 2013-11-11 09:43:23 UTC ---
https://bug707543.bugzilla-attachments.gnome.org/attachment.cgi?id=259537
(gstbitwriter.h) defined new interface of GstBitWritter, interfaces as below
New interfaces
* Create and destroy GstBitWriter
gst_bit_writer_new
gst_bit_writer_new_fill
gst_bit_writer_free
* Initialize and clear GstBitWriter
gst_bit_writer_init
gst_bit_writer_init_fill
gst_bit_writer_clear
* Functions with _unchecked and _inline in gstbitwriter.h
gst_bit_writer_get_size
gst_bit_writer_get_data
gst_bit_writer_set_pos
gst_bit_writer_get_space
gst_bit_writer_put_bits_uint8
gst_bit_writer_put_bits_uint16
gst_bit_writer_put_bits_uint32
gst_bit_writer_put_bits_uint64
gst_bit_writer_put_bytes
gst_bit_writer_align_bytes
https://bug707543.bugzilla-attachments.gnome.org/attachment.cgi?id=259538
(gstbitwriter.c) implement parts of interfaces.
Please help review.
--
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