summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-02-03 11:09:54 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-02-03 11:09:54 +0100
commitc9c94390c520ad496082222858c0f1285f1432df (patch)
treee0cec60e2e99a7eba3dca63399054f89097f8d9a /NEWS
parent6461f2e549876cb54456925f47094bb53e2c8672 (diff)
downloaduca-c9c94390c520ad496082222858c0f1285f1432df.tar.gz
uca-c9c94390c520ad496082222858c0f1285f1432df.tar.bz2
uca-c9c94390c520ad496082222858c0f1285f1432df.tar.xz
uca-c9c94390c520ad496082222858c0f1285f1432df.zip
Callback function have to notify caller about buffer
If they return a UCA_BUFFER_KEEP they have to call uca_cam_release_buffer() in the future. If returning UCA_BUFFER_RELEASE, this is done by the caller.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 65623ea..5420ecf 100644
--- a/NEWS
+++ b/NEWS
@@ -3,3 +3,12 @@ Changes in libuca 0.5.0
-----------------------
- Put work under LGPL 2.1
+
+- Adapt cameras/ipe.c to support the current driver API
+
+- uca_cam_grab_callback()s have to return UCA_BUFFER_KEEP or UCA_BUFFER_RELEASE
+ now
+
+- New symbols:
+ - uca_cam_release_buffer()
+