[Bug 747270] avfvideosrc: BUFFER_QUEUE_SIZE too small

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 2 16:04:01 PDT 2015


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

--- Comment #8 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
Right now I'm working on a patch to eliminate the buffer queue completely.
Queueing is GstQueue's job. And it's perfectly fine for the avfvideosrc to push
buffers from the dispatch thread.

As for GstMeta and all that business, please see my work on bug 747216. Though
as far as safety goes, I don't see a problem -- the CVPixelBuffer's lifetime is
exactly like the GstBuffer's lifetime.

NO_SHARE has been indeed causing perf trouble for OpenWebRTC w/intervideo*
components. Though my current patch for 747216 is "no-share" too, I hope to
introduce sharing.

-- 
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