GNOME Bugzilla – Bug 788127
glmixer: Fix Unmap video frame in error case
Last modified: 2017-09-26 08:13:10 UTC
Created attachment 360345 [details] [review] attached patch Hi, In gst_gl_mixer_process_textures() function, missed Unmap video frame in failed case code: out_tex = (GstGLMemory *) out_frame.map[0].memory; if (!gst_aggregator_iterate_sinkpads (GST_AGGREGATOR (mix), (GstAggregatorPadForeachFunc) _upload_frames, NULL)) return FALSE; sol: gst_video_frame_unmap (&out_frame); added Patch attached. Please review and share feedback. Thanks.
commit 4b051ea36d36aa87ada61e922ee030c71d7257c8 (HEAD -> master) Author: Ponnam Srinivas <p.srinivas@samsung.com> Date: Mon Sep 25 17:20:58 2017 +0530 glmixer: Unmap video frame in error case https://bugzilla.gnome.org/show_bug.cgi?id=788127