[Bug 788127] New: glmixer: Fix Unmap video frame in error case

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 25 12:16:39 UTC 2017


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

            Bug ID: 788127
           Summary: glmixer: Fix Unmap video frame in error case
    Classification: Platform
           Product: GStreamer
           Version: 1.13.x
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: p.srinivas at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 360345
  --> https://bugzilla.gnome.org/attachment.cgi?id=360345&action=edit
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.

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