X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/fbdfd1400cbe36b7fb6fa0de8ebc382eac666dd3..b36d64f1dbdcabc674adabe97e863af8a45fbf3b:/TODO?ds=inline

diff --git a/TODO b/TODO
index ede4343..3606b47 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
-- Document the API with Doxygen.
-- Support more than one am7xxx device at a time.
-- Generate language bindings in order to use libam7xxx from other languages.
+- 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.)