File: TODO

package info (click to toggle)
gupnp-dlna 0.10.5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,596 kB
  • ctags: 1,792
  • sloc: sh: 11,413; ansic: 10,922; xml: 3,055; makefile: 495
file content (20 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* More about extending tools - gupnp-dlna-info-2.0 could show DLNA
  profiles restrictions and discovered metadata attributes.
  gupnp-dlna-ls-profiles-2.0 could show restrictions of listed DLNA
  profiles.

* Write a GStreamer-only utility for creating a GstEncodingProfile
  from GUPnPDLNAProfile. That could be easily done when above points
  are done.

* Bring the tests back to life. And make them being run on make check.

* Don't export all functions out there. There should be some linker
  flag that either takes a regexp for functions to export or takes a
  file listing them. Otherwise using G_GNUC_INTERNAL for every
  function not to be exported will be tedious.

* Read TODO.old for some ideas.

* Add a gupnp-dlna-metadata.h main headers. Maybe make the single include
  headers the only includable ones.