diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index e659e9ae00..5fff31df21 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 d109b9edca..ccc34ffd94 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