[Bug 728438] v4l2: Implement a v4l2 video encoder

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 24 17:51:40 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=728438

--- Comment #76 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Created attachment 352520
  --> https://bugzilla.gnome.org/attachment.cgi?id=352520&action=edit
v4l2: Add Video Encoder support

This implements H264 encoding support using generic V4L2 interface. It is
reported to work with Samsung MFC driver, IXM.6 CODA driver and
Qualcomm mainline Venus driver. Other platform should be supported as
none of this work is platform specific.

The implementation consist of a GstV4l2VideoEnc base class, which
implements the core streaming functionality. This base class is implemented
by GstV4l2H264Enc class that implements the caps negotiation specific to
H264 profiles and level. This implementation supports hardware with multiple
H264 encoder. Though, to make it simplier to use, the first discovered H264
encoder will be named v4l2h264enc. Other encoder found during discovery will
have a unique name like v4l2video0h264enc.

This work is the combined work of multiple developpers in the last 3
years. Thanks to all of the contributors:

  Ayaka <ayaka at soulik.info>
  Frédéric Sureau <frederic.sureau at vodalys.com>
  Jean-Michel Hautbois <jean-michel.hautbois at veo-labs.com>
  Nicolas Dufresne <nicolas.dufresne at collabora.com>
  Pablo Anton <pablo.anton at vodalys-labs.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list