summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-07 18:39:41 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-07 18:39:41 +0000
commitf6e81c84e91d9019bf08dfc37c07c988cd976693 (patch)
tree44b2fd1beaedc702bad08f0a86ab8252e95677ee /ChangeLog
parent8932df4eef2b5bfadfd4d0fc60eed393d29fb09e (diff)
downloadgst-plugins-bad-f6e81c84e91d9019bf08dfc37c07c988cd976693.tar.gz
gst-plugins-bad-f6e81c84e91d9019bf08dfc37c07c988cd976693.tar.bz2
gst-plugins-bad-f6e81c84e91d9019bf08dfc37c07c988cd976693.zip
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0b20a81..b719d201 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.