mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
mxfdemux: Update TODO
This commit is contained in:
parent
fe54254bd9
commit
15c0db9c38
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue