[Bug 752962] v4l2videodec: Add resolution change support
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Aug 13 15:48:28 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752962
--- Comment #18 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
When you poll, you get flags as result, can be POLLIN (you can queue buffer,
applicable to OUTPUT), POLLOUT (you can dequeue buffer, applicable to CAPTURE)
and finally POLLPRI (you can dequeue event, for both). GstPoll API need to be
enhanced so we know the the distinction. I would add a method (unix specific)
where we actually pass the flags.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list