X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/4abcf9a0bc19a05995d14acc0a92cbf0ef61a91b..8799de17e84b701462fc2299a78f41958fe82b43:/TODO

diff --git a/TODO b/TODO
index 63245b0..1ce3068 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,6 @@
-- Generate language bindings in order to use libam7xxx from other languages.
+- 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.)