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 444332 - missing unref for videoscale after gst_pad_get_parent
missing unref for videoscale after gst_pad_get_parent
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.3
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-05 13:31 UTC by Laurent Glayal
Modified: 2007-06-05 13:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing unref (405 bytes, patch)
2007-06-05 13:31 UTC, Laurent Glayal
committed Details | Review

Description Laurent Glayal 2007-06-05 13:31:22 UTC
Hi, attached patch to unref element after call to gst_pad_get_parent,
regards
Comment 1 Laurent Glayal 2007-06-05 13:31:55 UTC
Created attachment 89409 [details] [review]
add missing unref
Comment 2 Wim Taymans 2007-06-05 13:43:25 UTC
        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.