summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-04 11:11:31 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-04 11:12:14 +0100
commitad2a64870cab550417ac7405c8c88b02429ef89d (patch)
tree17b12a002ede94609abbef87d6e6827b503f47d6 /gst
parent3e2a880c6b9a23591501b9da594afa9284658bbd (diff)
downloadgst-plugins-bad-ad2a64870cab550417ac7405c8c88b02429ef89d.tar.gz
gst-plugins-bad-ad2a64870cab550417ac7405c8c88b02429ef89d.tar.bz2
gst-plugins-bad-ad2a64870cab550417ac7405c8c88b02429ef89d.zip
Update TODO
Diffstat (limited to 'gst')
-rw-r--r--gst/mxf/mxfdemux.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c
index b6719bed..b1595fd6 100644
--- a/gst/mxf/mxfdemux.c
+++ b/gst/mxf/mxfdemux.c
@@ -36,8 +36,7 @@
* The latter are just 16 byte unique identifiers
* - Check everything for correctness vs. SMPTE S336M, some things can probably
* be generalized/simplified
- * - Seeking support: IndexTableSegments and skip-to-position seeks, needs correct
- * timestamp calculation, etc.
+ * - Seeking support: Use IndexTableSegments
* - Handle timecode tracks correctly (where is this documented?)
* - Handle Generic container system items
* - Implement correct support for clip-wrapped essence elements.
@@ -49,6 +48,9 @@
* - Correctly handle the different rectangles and aspect-ratio for video
* - Add support for non-standard MXF used by Avid (bug #561922).
* - Fix frame layout stuff, i.e. interlaced/progressive
+ * - Extend essence element handlers to set DELTA_UNIT flag.
+ * - In pull mode first find the first buffer for every pad before pushing
+ * to prevent jumpy playback in the beginning due to resynchronization.
*
* - Implement SMPTE D11 essence and the digital cinema/MXF specs
*