GNOME Bugzilla – Bug 515984
[v4l] Does not chain up finalize functions properly
Last modified: 2008-02-12 11:38:33 UTC
Hi, the v4l plugin currently does not chain up the finalize functions properly. Attached patch fixes it...
Created attachment 105030 [details] [review] v4l2.diff
2008-02-12 Sebastian Dröge <slomo@circular-chaos.org> * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize), (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize), (gst_v4l2_buffer_pool_class_init): Chain up the finalize functions. Fixes bug #515984.