mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
uvcv4l2_mjpegdemux: Unmap buffer
https://bugzilla.gnome.org/show_bug.cgi?id=699517
This commit is contained in:
parent
5101b63959
commit
bd386a2785
1 changed files with 2 additions and 0 deletions
|
@ -711,6 +711,8 @@ done:
|
|||
if (jpeg_buf)
|
||||
gst_buffer_unref (jpeg_buf);
|
||||
|
||||
gst_buffer_unmap (buf, &info);
|
||||
|
||||
/* We must always unref the input buffer since we never push it out */
|
||||
gst_buffer_unref (buf);
|
||||
|
||||
|
|
Loading…
Reference in a new issue