[Bug 707543] [API] add GstBitWriter
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat May 5 12:05:56 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=707543
--- Comment #26 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 371708
--> https://bugzilla.gnome.org/attachment.cgi?id=371708&action=edit
bitwriter: add GstBitWriter
Add new files for bit writer
libs/gst/base/gstbitwriter.c
libs/gst/base/gstbitwriter.h
APIs
* 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
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
--
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