old gst-plugins ChangeLog
[platform/upstream/gstreamer.git] / docs / random / TODO-post-0.1.0
1 - Restructure CVS
2   - Move gstreamer/ to gstreamer-0.1.0/
3   - Re-import entire project into gstreamer/
4
5 - Convert to GObject
6
7 - Get editor working better
8   - object hierarchy rewrite?
9
10 - make autoplugging algorithms pluggable
11   - create a dynamic autoplugger
12
13 - make scheduling algorithms pluggable
14   - try some really hard cases
15
16 - add help functions to traverse the hierarchy
17   - gst_bin_traverse_with_func(GstBin *bin, funcptr)
18
19 - bufferpool passing
20
21 - general
22   - thread-safety
23
24 - EOS handling
25
26 - QoS handling
27
28 - clock sync
29
30 - test suite
31   - test cases
32   - regression tests
33
34 - XML stuff
35   - save signals
36   - xml namespaces
37
38 - caps/props
39   - APIs
40   - caps negociation
41   - props weighting
42   - metadata
43  
44 - docs
45   - manuals
46   - plugin-writers-guide
47   - design guide
48   - performance guide
49
50 - bindings
51   - perl
52   - guile
53   - BONOBO
54   - corba
55   - ...
56
57 - after that we'll do more plugins :-)