[Bug 707543] [API] add GstBitWriter

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 18 22:03:41 PDT 2014


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

--- Comment #18 from Gwenole Beauchesne <gb.devel at gmail.com> 2014-03-19 05:28:10 UTC ---
I will let slomo comment more on the APIs, maybe we'd need to rename a few
functions and remove a couple of (unused) interfaces along the way to make it
more in-line with the rest of GStreamer APIs.

Proposed removals:
- gst_bit_writer_set_pos(): unused, an unpracticable if the GstBitWriter memory
was wrapped from user memory. i.e. this wouldn't work in this case.

Proposed name changes:
- gst_bit_writer_init/new(): single variant. If data is NULL, then allocation
is maintained by GstBitWriter
- gst_bit_writer_get_remaining(): instead of _get_space()

That's only what immediately comes out of my mind. Other comments appreciated.

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