[Bug 689936] Leak when skipping frames while Video Decoding
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Dec 9 13:27:04 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=689936
GStreamer | gst-libav | 1.0.3
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at circular-chaos.org
--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2012-12-09 21:27:00 UTC ---
Does this fix it?
--- a/ext/libav/gstavviddec.c
+++ b/ext/libav/gstavviddec.c
@@ -1082,7 +1082,7 @@ gst_ffmpegviddec_video_frame (GstFFMpegVidDec *
ffmpegdec,
/* no data, we're done */
if (len < 0 || have_data <= 0)
- goto beach;
+ goto no_output;
/* get the output picture timing info again */
out_dframe = ffmpegdec->picture->opaque;
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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