diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-01-19 17:09:57 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-01-19 17:09:57 +0000 |
commit | 0ef56f2a83169cd1afbad85f6bb6503dea033975 (patch) | |
tree | af32a0950f53b8e470c6e8b78e791f8883831a15 | |
parent | 104971954c92e05fde7e53a9676553eb98bfb78c (diff) | |
download | gst-plugins-bad-0ef56f2a83169cd1afbad85f6bb6503dea033975.tar.gz gst-plugins-bad-0ef56f2a83169cd1afbad85f6bb6503dea033975.tar.bz2 gst-plugins-bad-0ef56f2a83169cd1afbad85f6bb6503dea033975.zip |
Fix row strides for I420 (fixes #163159)
Original commit message from CVS:
Fix row strides for I420 (fixes #163159)
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |