diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-12 10:29:31 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-12 10:29:31 +0000 |
commit | c94b1bd2de42a4b1bbcdd7877e7c737f81229ebc (patch) | |
tree | b93141eba5180c7c40fc0894fe1b570ed3eca10e /gst/mxf/mxfmpeg.c | |
parent | 1fe82925f5d7419bd073a33cfa85be2c3e19a397 (diff) | |
download | gst-plugins-bad-c94b1bd2de42a4b1bbcdd7877e7c737f81229ebc.tar.gz gst-plugins-bad-c94b1bd2de42a4b1bbcdd7877e7c737f81229ebc.tar.bz2 gst-plugins-bad-c94b1bd2de42a4b1bbcdd7877e7c737f81229ebc.zip |
gst/mxf/: Major update of the TODO lists. There's still much to do.
Original commit message from CVS:
* gst/mxf/mxfaes-bwf.c:
* gst/mxf/mxfalaw.c: (mxf_alaw_create_caps):
* gst/mxf/mxfdemux.c:
* gst/mxf/mxfdv-dif.c: (mxf_dv_dif_create_caps):
* gst/mxf/mxfjpeg2000.c:
* gst/mxf/mxfmpeg.c:
* gst/mxf/mxfup.c:
Major update of the TODO lists. There's still much to do.
Diffstat (limited to 'gst/mxf/mxfmpeg.c')
-rw-r--r-- | gst/mxf/mxfmpeg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/mxf/mxfmpeg.c b/gst/mxf/mxfmpeg.c index 810474a4..608ecc27 100644 --- a/gst/mxf/mxfmpeg.c +++ b/gst/mxf/mxfmpeg.c @@ -24,7 +24,8 @@ /* TODO: * - Handle PES streams * - Fix TS/PS demuxers to forward timestamps - * - Handle sound/data somehow + * - h264 support (see SMPTE RP2008) + * - AAC support */ #ifdef HAVE_CONFIG_H |