After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706642 - avimux: unmap the correct buffer
avimux: unmap the correct buffer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-23 09:26 UTC by Michael Olbrich
Modified: 2013-08-23 09:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (934 bytes, patch)
2013-08-23 09:26 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-08-23 09:26:20 UTC
Created attachment 252821 [details] [review]
patch

The audio buffer was mapped so unmap it and not the video buffer
Comment 1 Sebastian Dröge (slomo) 2013-08-23 09:33:10 UTC
commit 23d4044e2cc80bbcd992b50c5c14789b2bf8765d
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Fri Aug 23 11:17:45 2013 +0200

    avimux: unmap the correct buffer
    
    The audio buffer was mapped so unmap it and not the video buffer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706642