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 699835 - v4l2: request 0 buffers when stopping
v4l2: request 0 buffers when stopping
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-05-07 14:02 UTC by Michael Olbrich
Modified: 2013-05-07 14:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.13 KB, patch)
2013-05-07 14:02 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-05-07 14:02:42 UTC
Created attachment 243491 [details] [review]
patch

Without this stopping the pool in *_set_caps() is useless.
S_FMT will still fail with EBUSY.
Comment 1 Sebastian Dröge (slomo) 2013-05-07 14:40:05 UTC
commit 113b60935a550215f421e8d9f395c66779647a89
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Mon May 6 16:54:02 2013 +0200

    v4l2: request 0 buffers when stopping
    
    Without this stopping the pool in *_set_caps() is useless.
    S_FMT will still fail with EBUSY.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699835