[Bug 707543] create GstBitWriter for other component(e.g encoders) to use

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 5 01:46:13 PDT 2013


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

--- Comment #3 from Wind Yuan <feng.yuan at intel.com> 2013-09-05 08:46:08 UTC ---
I'm trying to create a GstBitWriter for gstreamer and attached them here.

https://bugzilla.gnome.org/attachment.cgi?id=254162 (gstbitwriter.h)
 This is the bitwriter header file. which defined some APIs. please help review
and welcome for any input. I'm still working this bitwriter, next step is add
more APIs similar with GstBitReader.

https://bugzilla.gnome.org/attachment.cgi?id=254163 (gstbitwriter.c)
  It's the bitwriter implementation file. My first usage is for H.264 encoders.
so I added write_ue and write_se here. Any one think whether ok adding it in
bitwriter? If not, I will move to encoder files.
  This files implemented most use cases of the bitwriter.

Welcome for any input on APIs and implementations.

Thanks,
Wind

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