[Bug 784044] basesrc: Should not re-allocate buffers on EOS
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 29 15:08:31 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784044
Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.13.1
--- Comment #6 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Does not fix the race with cameras, but this specific bug is now fixed.
commit 2be51ba60ce718b6febf5c1bd40ca761c17bfb80
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date: Mon Jun 26 14:09:20 2017 -0400
basesrc: Don't reallocate buffers when flushing
Instead of using gst_buffer_pool_set_active() when flushing, use
gst_buffer_pool_set_flushing(), this avoids uneeded reallocation of the
buffers.
I'll file a bug explaining the race, and how we could solve it.
--
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