GNOME Bugzilla – Bug 444332
missing unref for videoscale after gst_pad_get_parent
Last modified: 2007-06-05 13:43:25 UTC
Hi, attached patch to unref element after call to gst_pad_get_parent, regards
Created attachment 89409 [details] [review] add missing unref
Patch by: Laurent Glayal <spglegle at yahoo dot fr> * ext/ffmpeg/gstffmpegscale.c: (gst_ffmpegscale_handle_src_event): don't leak refcounts in event handler. Fixes #444332.