diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-07 18:39:41 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-07 18:39:41 +0000 |
commit | f6e81c84e91d9019bf08dfc37c07c988cd976693 (patch) | |
tree | 44b2fd1beaedc702bad08f0a86ab8252e95677ee /ChangeLog | |
parent | 8932df4eef2b5bfadfd4d0fc60eed393d29fb09e (diff) | |
download | gstreamer-plugins-bad-f6e81c84e91d9019bf08dfc37c07c988cd976693.tar.gz |
gst/mxf/mxfup.c: Handle the image start and end offsets, otherwise we output too large image buffers.
Original commit message from CVS:
* gst/mxf/mxfup.c: (mxf_up_handle_essence_element),
(mxf_up_rgba_create_caps):
Handle the image start and end offsets, otherwise we output
too large image buffers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-12-07 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/mxf/mxfup.c: (mxf_up_handle_essence_element), + (mxf_up_rgba_create_caps): + Handle the image start and end offsets, otherwise we output + too large image buffers. + +2008-12-07 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/mxf/mxfmpeg.c: (mxf_mpeg_es_create_caps): Set codec name tags for the MPEG audio essence. |