summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-28 17:34:57 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-31 11:02:25 +0100
commitb783f388133e7a061b99233d02ec5872725a7dd5 (patch)
tree0b7f0dcb2772a07a65fb4d8f16239518fe94fe09 /gst
parent20c92a4db32102fa57a21cbb355fb4e531079db3 (diff)
downloadgst-plugins-bad-b783f388133e7a061b99233d02ec5872725a7dd5.tar.gz
gst-plugins-bad-b783f388133e7a061b99233d02ec5872725a7dd5.tar.bz2
gst-plugins-bad-b783f388133e7a061b99233d02ec5872725a7dd5.zip
Update TODO list
Diffstat (limited to 'gst')
-rw-r--r--gst/mxf/mxfdemux.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c
index 6122b9ae..76306355 100644
--- a/gst/mxf/mxfdemux.c
+++ b/gst/mxf/mxfdemux.c
@@ -31,7 +31,6 @@
*/
/* TODO:
- * - Implement support for DMS-1 and descriptive metadata tracks
* - Differentiate UL and UUIDs, the former can define an object system
* (i.e. mxf_ul_is_a() and friends could be implemented), see SMPTE S336M.
* The latter are just 16 byte unique identifiers
@@ -41,9 +40,6 @@
* timestamp calculation, etc.
* - Handle timecode tracks correctly (where is this documented?)
* - Handle Generic container system items
- * - Force synchronization of tracks. Packets that have the timestamp are not required
- * to be stored at the same position in the essence stream, especially if tracks
- * with different source packages (body sid) are used.
* - Implement correct support for clip-wrapped essence elements.
* - Add a "tracks" property to select the tracks that should be used from the
* selected package.