[Bug 728438] v4l2: Implement a v4l2 video encoder

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 18 08:09:34 PDT 2015


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

--- Comment #48 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 307180:
 --> (https://bugzilla.gnome.org/review?bug=728438&attachment=307180)

::: sys/v4l2/gstv4l2h264enc.c
@@ +117,3 @@
+  gobject_class->get_property =
+      GST_DEBUG_FUNCPTR (gst_v4l2_h264_enc_get_property);
+  /* FIXME propose_allocation or not ? */

Yes, add that (also very simple to do, just forward the call to
gst_v4l2_object_propose_allocation()). I don't think you need to add anything
to the default function.

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


More information about the gstreamer-bugs mailing list