packaging: add gobject introspection and vala bindings
[profile/ivi/GUPnP-DLNA.git] / TODO
1 * More about extending tools - gupnp-dlna-info-2.0 could show DLNA
2   profiles restrictions and discovered metadata attributes.
3   gupnp-dlna-ls-profiles-2.0 could show restrictions of listed DLNA
4   profiles.
5
6 * Write a GStreamer-only utility for creating a GstEncodingProfile
7   from GUPnPDLNAProfile. That could be easily done when above points
8   are done.
9
10 * Bring the tests back to life. And make them being run on make check.
11
12 * Don't export all functions out there. There should be some linker
13   flag that either takes a regexp for functions to export or takes a
14   file listing them. Otherwise using G_GNUC_INTERNAL for every
15   function not to be exported will be tedious.
16
17 * Read TODO.old for some ideas.
18
19 * Add a gupnp-dlna-metadata.h main headers. Maybe make the single include
20   headers the only includable ones.