This file is indexed.

/usr/share/doc/libgstreamer-perl/TODO is in libgstreamer-perl 0.19-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id$

Stuff that still needs some love:

* Make GStreamer::Buffer more robust.  Find out if enough of the related macros
are bound.

* Wrap missing API.  Many macros are not bound and need to be either exported
or worked around.  Missing xsubs are mostly marked with FIXMEs.  Completely or
nearly completely unbound headers include:
  - gstfilter.h
  - gstinterface.h
  - gstsegment.h
  - gsttask.h
  - gsttrace.h
  - gsttypefind.h
  - gsturi.h
  - gsturitype.h
  - gstutils.h
  - gstvalue.h
  - gstxml.h

* Figure out how to handle documentation generation for plugins.