[Bug 701650] v4l2: make sure the element is not deleted before the pool
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jun 7 10:44:04 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=701650
GStreamer | gst-plugins-good | git
--- Comment #2 from Michael Olbrich <m.olbrich at pengutronix.de> 2013-06-07 17:44:01 UTC ---
Ther is no refcount cycle. v4l2object releases the ref to the pool in
gst_v4l2_object_stop(). When the last buffer returns to the pool, pool_stop()
is called and the the pool is deleted. Then the element and object are deleted
(unless there are other refs to the element).
--
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