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 698822 - v4l2: bufferpool: reset buffer size in release_buffer
v4l2: bufferpool: reset buffer size in release_buffer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-25 10:23 UTC by Michael Olbrich
Modified: 2013-04-25 10:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the problem (1.49 KB, patch)
2013-04-25 10:24 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-04-25 10:23:41 UTC
The buffer might still be in use elsewhere when dequeuing buffers for
outputs.
Comment 1 Michael Olbrich 2013-04-25 10:24:38 UTC
Created attachment 242397 [details] [review]
patch to fix the problem
Comment 2 Sebastian Dröge (slomo) 2013-04-25 10:34:42 UTC
commit 2e80c0d2c08d1fbda3286bfe397153ec65661322
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Thu May 3 16:07:27 2012 +0200

    v4l2: bufferpool: reset buffer size in release_buffer
    
    The buffer might still be in use elsewhere when dequeuing buffers for
    outputs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698822