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 698992 - v4l2: also poll for output devices
v4l2: also poll for output devices
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-26 18:59 UTC by Michael Olbrich
Modified: 2013-04-27 08:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.82 KB, patch)
2013-04-26 18:59 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-04-26 18:59:39 UTC
Created attachment 242611 [details] [review]
patch

Note that the V4L2 API defines that for output devices POLLOUT
indicates that a buffer is ready to be dequeued.
Comment 1 Tim-Philipp Müller 2013-04-27 08:32:08 UTC
Thanks, pushed:

commit d4126ff9860eaa6cc954df327d195dd120e0bae7
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Wed Sep 5 16:39:31 2012 +0200

    v4l2: also poll for output devices
    
    Note that the V4L2 API defines that for output devices POLLOUT
    indicates that a buffer is ready to be dequeued.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698992