diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-25 14:49:34 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-25 14:49:34 +0000 |
commit | 15afef86524b53f2c2d5f8f5966418e4ef8368d0 (patch) | |
tree | 69679c5d865cd8f759bda17a27d8cb34e5f380fc /ChangeLog | |
parent | 4f365b391e9ab1582c2374889f4255da61f8d330 (diff) | |
download | gst-plugins-bad-15afef86524b53f2c2d5f8f5966418e4ef8368d0.tar.gz gst-plugins-bad-15afef86524b53f2c2d5f8f5966418e4ef8368d0.tar.bz2 gst-plugins-bad-15afef86524b53f2c2d5f8f5966418e4ef8368d0.zip |
gst/mxf/: Set video dimensions and pixel aspect ratio on the caps.
Original commit message from CVS:
* gst/mxf/mxfmpeg.c: (mxf_mpeg_video_create_caps):
* gst/mxf/mxfparse.c:
(mxf_metadata_generic_picture_essence_descriptor_set_caps):
* gst/mxf/mxfparse.h:
Set video dimensions and pixel aspect ratio on the caps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-11-25 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/mxf/mxfmpeg.c: (mxf_mpeg_video_create_caps): + * gst/mxf/mxfparse.c: + (mxf_metadata_generic_picture_essence_descriptor_set_caps): + * gst/mxf/mxfparse.h: + Set video dimensions and pixel aspect ratio on the caps. + +2008-11-25 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/mxf/mxfdemux.c: (gst_mxf_demux_reset_metadata), (gst_mxf_demux_handle_metadata_generic_descriptor), (gst_mxf_demux_handle_metadata_file_descriptor), |