summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-01-19 17:09:57 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-01-19 17:09:57 +0000
commitb43e960650ee59a3ffbf5ee49d74de674291ed25 (patch)
tree3e05ee3e62e4956e04c5898846e4f091b9b9d769 /ChangeLog
parent02af9df0f73cf4cde098e1ca52f3a9c46ca74761 (diff)
Fix row strides for I420 (fixes #163159)
Original commit message from CVS: Fix row strides for I420 (fixes #163159)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0a3f072..1a1c6f63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
+ (gst_video_box_i420), (gst_video_box_chain):
+ Fix row strides for I420 (fixes #163159)
+
2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):