[Bug 748909] jpegdec: fix frame leaks

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 5 05:39:12 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748909

--- Comment #3 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 302911:
 --> (https://bugzilla.gnome.org/review?bug=748909&attachment=302911)

::: ext/jpeg/gstjpegdec.c
@@ +1154,3 @@

+  if (unref_frame)
+    gst_video_codec_frame_unref (frame);

I think the correct call is gst_video_decoder_release_frame(), so it also get
removed from the base class internal list. Please verify.

-- 
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