X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/1886c8dcf5a9dd64cb5b8c25bed12a6f655b6613..4f2bc8e170daf5b447557f828455759ca0b23cd0:/TODO?ds=sidebyside

diff --git a/TODO b/TODO
index ebd4ab4..1ce3068 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,6 @@
-- Generate language bindings in order to use libam7xxx from other languages.
-- Handle signals in picoproj and do the proper cleanup
+- Get rid of atoi()
+- 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.)