diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-30 14:12:04 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-30 14:12:04 +0000 |
commit | 8128aef46116e5d90543aec1fb85f0c9c0afc93c (patch) | |
tree | 5cbf3075a14ae633a1e9d908c972488083be7489 /ChangeLog | |
parent | 70281aa4e47aed8ce26eddd3cfb965f7320a7347 (diff) | |
download | gst-plugins-bad-8128aef46116e5d90543aec1fb85f0c9c0afc93c.tar.gz gst-plugins-bad-8128aef46116e5d90543aec1fb85f0c9c0afc93c.tar.bz2 gst-plugins-bad-8128aef46116e5d90543aec1fb85f0c9c0afc93c.zip |
gst/mxf/: Set the correct MPEG video version if possible and add support for MPEG4 video, including codec_data.
Original commit message from CVS:
* gst/mxf/mxfjpeg2000.c: (mxf_jpeg2000_create_caps):
* gst/mxf/mxfmpeg.c: (mxf_mpeg_video_create_caps):
Set the correct MPEG video version if possible and add support
for MPEG4 video, including codec_data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-11-30 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/mxf/mxfjpeg2000.c: (mxf_jpeg2000_create_caps): + * gst/mxf/mxfmpeg.c: (mxf_mpeg_video_create_caps): + Set the correct MPEG video version if possible and add support + for MPEG4 video, including codec_data. + 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/mxf/Makefile.am: |