projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cdf659
)
TODO: mention that data types could be improved in the API
author
Antonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 21:02:34 +0000
(23:02 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 22:14:47 +0000
(
00:14
+0200)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
3db48f2
..
3606b47
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-1,3
+1,5
@@
- Write a GStreamer sink element based on libam7xxx.
- Generate language bindings in order to use libam7xxx from other languages
(this may not be necessary if the GStreamer sink works well enough).
+- If there will ever be an API breakage, consider using more portable types
+ (e.g. off_t for file sizes, size_t for counters, etc.)