poll: add API to watch for POLLPRI
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 5 Apr 2018 10:40:09 +0000 (12:40 +0200)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 8 Jun 2018 15:53:55 +0000 (11:53 -0400)
commitb2593133b50bf92b93c7fa9a513ee18900b69443
tree9e369389f7b2d0eda1953a77381f9c8d300a9818
parent1e321eb51f225e0685ed8d10c9d8515d7b66c01b
poll: add API to watch for POLLPRI

Windows doesn't seem to have an equivalent of POLLPRI so disabled those
functions on this platform.

This API can be used, for example, to wait for video4linux events which
are using POLLPRI.

https://bugzilla.gnome.org/show_bug.cgi?id=794977
gst/gstpoll.c
gst/gstpoll.h