diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-02-03 11:09:54 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2012-02-03 11:09:54 +0100 |
commit | c9c94390c520ad496082222858c0f1285f1432df (patch) | |
tree | e0cec60e2e99a7eba3dca63399054f89097f8d9a /NEWS | |
parent | 6461f2e549876cb54456925f47094bb53e2c8672 (diff) | |
download | libuca-c9c94390c520ad496082222858c0f1285f1432df.tar.gz libuca-c9c94390c520ad496082222858c0f1285f1432df.tar.bz2 libuca-c9c94390c520ad496082222858c0f1285f1432df.tar.xz libuca-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-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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() + |