[Bug 738302] videorate: Should increase minimum buffer in allocation query
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jan 18 07:32:08 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=738302
GStreamer | gst-plugins-base | git master
--- Comment #12 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> 2015-01-18 15:32:02 UTC ---
Actually, I would rather do two changes here. x264enc does not have to set a
maximum in this case so:
gst_query_add_allocation_pool (query, NULL, info->size, num_buffers,
num_buffers);
could be:
gst_query_add_allocation_pool (query, NULL, info->size, num_buffers, 0);
And there would be no fault I think. Obviously videorate still need update,
since it would fail with v4l2 in present of let's say two videorate element or
something ;-P
--
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