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 732911 - v4l2: Add support for V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC
v4l2: Add support for V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-08 17:11 UTC by Nicolas Dufresne (ndufresne)
Modified: 2015-06-10 02:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2014-07-08 17:11:35 UTC
This flag clarify which clock is to be used. When this flag is set, we don't need to try the wall clock fallback.
Comment 1 Nicolas Dufresne (ndufresne) 2015-06-10 02:10:40 UTC
I've looked into this. It isn't trivial since the buffer pool abstraction hides a bit too much of the v4l2_buffer structure and it's flags. I think it would be worth making that layer thinner at some point.

Though, for this case, the code is also a good fallback in case the driver is broken. So skipping a test that would workaround clear driver bugs seems rather wanted.