[Bug 750671] New: vtenc: free input buffer ASAP
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 9 14:11:20 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750671
Bug ID: 750671
Summary: vtenc: free input buffer ASAP
Classification: Platform
Product: GStreamer
Version: git master
OS: Mac OS
Status: NEW
Severity: enhancement
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: ilya.konstantinov at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
VTCompressionSessionEncodeFrame retains the CVPixelBuffer during encoding, and
will release it as soon as it can (e.g. before it even calls our callback).
This means we can safely release input buffer at this point, possibly allowing
the system to reuse it sooner.
--
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