X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/3bc2d7cac242b47443795ddef34c48bc9d359780..d9891d12a7163c70946d2cf8cb6d05e841d53b97:/TODO diff --git a/TODO b/TODO index ebd4ab4..3606b47 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,5 @@ -- Generate language bindings in order to use libam7xxx from other languages. -- Handle signals in picoproj and do the proper cleanup +- 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.)