-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update acquire-core-libs and acquire-video-runtime (#164)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule acquire-core-libs
updated
4 files
+6 −2 | CHANGELOG.md | |
+76 −25 | src/acquire-device-hal/device/hal/storage.c | |
+36 −3 | src/acquire-device-hal/device/hal/storage.h | |
+8 −1 | src/acquire-device-properties/device/props/storage.c |
Submodule acquire-video-runtime
updated
9 files
+1 −1 | src/acquire-core-libs | |
+1 −19 | src/acquire.c | |
+15 −5 | src/runtime/channel.c | |
+22 −2 | src/runtime/channel.h | |
+35 −12 | src/runtime/sink.c | |
+1 −2 | src/runtime/sink.h | |
+1 −1 | tests/acquire-driver-common | |
+12 −3 | tests/no-abort-on-dropped-frames.cpp | |
+1 −2 | tests/one-video-stream.cpp |