[Bug 712754] v4l2: add support for multi-planar V4L2 API
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Nov 25 06:19:33 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=712754
GStreamer | gst-plugins-good | git
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #260417|none |reviewed
status| |
--- Comment #15 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-11-25 14:19:29 UTC ---
Review of attachment 260417:
--> (https://bugzilla.gnome.org/review?bug=712754&attachment=260417)
Generally ok, but as in the other patches
::: sys/v4l2/gstv4l2bufferpool.c
@@ +1144,3 @@
+ for (i = 0; i < meta->n_planes; i++)
+ total_length += meta->vplanes[i].length;
+ gst_buffer_resize (buffer, 0, total_length);
And here too ;)
--
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