[gstreamer-bugs] [Bug 583890] v4l2: should use pad_alloc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 2 08:13:19 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=583890
  GStreamer | gst-plugins-good | git

Arnout Vandecappelle <arnout> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arnout at mind.be

--- Comment #17 from Arnout Vandecappelle <arnout at mind.be> 2010-03-02 16:13:15 UTC ---
I'm trying to port this feature to 0.10.16.  The patch fails since commit
f19cfbda introduced the bufferpool in a separate file.  However, while fixing
it, I noticed the following.

In the mmap way, v4l2_buffers are requeued in the gst_v4l2_buffer_finalize
function.  However, in the pad_alloc way, the buffers are not GstV4l2Buffers,
so the finalize function isn't called.  It seems to me that the buffers are
never requeued.  Am I right?

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