After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 515984 - [v4l] Does not chain up finalize functions properly
[v4l] Does not chain up finalize functions properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-12 11:18 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-12 11:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
v4l2.diff (2.27 KB, patch)
2008-02-12 11:19 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-02-12 11:18:54 UTC
Hi,
the v4l plugin currently does not chain up the finalize functions properly. Attached patch fixes it...
Comment 1 Sebastian Dröge (slomo) 2008-02-12 11:19:10 UTC
Created attachment 105030 [details] [review]
v4l2.diff
Comment 2 Sebastian Dröge (slomo) 2008-02-12 11:38:33 UTC
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.