summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-10-07 17:48:00 +0300
committerStefan Kost <ensonic@users.sf.net>2010-10-07 17:48:00 +0300
commit7b2df3874011be470ac8a9af5c866a689d03b05a (patch)
treec6991f5fc11d09320543210e79947be8621ee620 /TODO
parent35c185b8eca28e88485837bd5caa46a2f08facf7 (diff)
maintainance: update comments and TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/TODO b/TODO
index ee802fc..585be91 100644
--- a/TODO
+++ b/TODO
@@ -2,10 +2,14 @@
== logging ==
- cache more stuff (ghostpad resolving, right now it differs a bit for
transmission and element stats)
-- consider dropping the separate ghost_pad hashtable and with that
- _get_ghost_pad_stats()
-- log pad-direction
- - with that we can add internal-links in UI to improve the layout
+- revise the proxypad handling
+ - could/should we always account all data activity on proxy-pads to its parent
+ ghostpad
+
+- we seem to not fully catch the removal of proxy-pads
+ - the playbin2 example has pad_link_full/pad_unlink pairs with a proxypad,
+ but the proxypad is never appearing for anything else
+ (e.g. decodepad3_proxypad4)
== wrap more methods ==
- gst_pad_query (we have gst_element_query)