summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-09 16:09:12 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-09 16:40:44 +0100
commit15c0db9c38407cd8b8f7fa70ecb0dedf3cc42848 (patch)
tree27248f6fe349df205058c263282ebf1592a0cf50 /gst
parentfe54254bd9d019fe768f384c20ecc21b57fd4a48 (diff)
downloadgst-plugins-bad-15c0db9c38407cd8b8f7fa70ecb0dedf3cc42848.tar.gz
gst-plugins-bad-15c0db9c38407cd8b8f7fa70ecb0dedf3cc42848.tar.bz2
gst-plugins-bad-15c0db9c38407cd8b8f7fa70ecb0dedf3cc42848.zip
mxfdemux: Update TODO
Diffstat (limited to 'gst')
-rw-r--r--gst/mxf/mxfdemux.c2
-rw-r--r--gst/mxf/mxfup.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c
index e659e9ae..5fff31df 100644
--- a/gst/mxf/mxfdemux.c
+++ b/gst/mxf/mxfdemux.c
@@ -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.
diff --git a/gst/mxf/mxfup.c b/gst/mxf/mxfup.c
index d109b9ed..ccc34ffd 100644
--- a/gst/mxf/mxfup.c
+++ b/gst/mxf/mxfup.c
@@ -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