mxfdemux: Update TODO
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 9 Feb 2009 15:09:12 +0000 (16:09 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 9 Feb 2009 15:40:44 +0000 (16:40 +0100)
gst/mxf/mxfdemux.c
gst/mxf/mxfup.c

index e659e9a..5fff31d 100644 (file)
@@ -46,7 +46,7 @@
  *     and send them downstream as event.
  *   - Multichannel audio needs channel layouts, define them (SMPTE S320M?).
  *   - Correctly handle the different rectangles and aspect-ratio for video
- *   - Add support for non-standard MXF used by Avid (bug #561922).
+ *   - Add more support for non-standard MXF used by Avid (bug #561922).
  *   - Fix frame layout stuff, i.e. interlaced/progressive
  *   - In pull mode first find the first buffer for every pad before pushing
  *     to prevent jumpy playback in the beginning due to resynchronization.
index d109b9e..ccc34ff 100644 (file)
@@ -27,6 +27,7 @@
  *   - Correctly transform for the GStreamer strides
  *   - Handle all the dimensions and other properties in the picture
  *     essence descriptors correctly according to S377M Annex E
+ *   - Handle interlaced correctly, i.e. weave until we support one-field-per-buffer
  */
 
 #ifdef HAVE_CONFIG_H